From 07f0582294fbfe8343dc120a40fdf9d82238c7ae Mon Sep 17 00:00:00 2001 From: fdupoux Date: Fri, 22 Dec 2017 07:26:01 +0000 Subject: [PATCH] fsarchiver-0.8.3 (2017-12-22) --- ChangeLog | 2 +- configure.ac | 4 ++-- website/content/changelog/_index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8eac6b8..1a52660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org] ===================================================================== -* 0.8.3 (YYYY-MM-DD): +* 0.8.3 (2017-12-22): - Implemented LZ4 compression (Contribution from Cristian Vazquez) * 0.8.2 (2017-08-22): - Add support for the latest ext4 filesystem features diff --git a/configure.ac b/configure.ac index 73b736a..7705491 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.59) -AC_INIT([fsarchiver], 0.8.3-git) -AC_DEFINE([PACKAGE_RELDATE], "YYYY-MM-DD", [Define the date of the release]) +AC_INIT([fsarchiver], 0.8.3) +AC_DEFINE([PACKAGE_RELDATE], "2017-12-22", [Define the date of the release]) AC_DEFINE([PACKAGE_FILEFMT], "FsArCh_002", [Define the version of the file format]) AC_DEFINE([PACKAGE_VERSION_A], 0, [Major version number]) AC_DEFINE([PACKAGE_VERSION_B], 8, [Medium version number]) diff --git a/website/content/changelog/_index.md b/website/content/changelog/_index.md index 623d57f..aa79576 100644 --- a/website/content/changelog/_index.md +++ b/website/content/changelog/_index.md @@ -5,7 +5,7 @@ nameInMenu = "ChangeLog" draft = false +++ -* **0.8.3:** +* **0.8.3 (2017-12-22):** * Implemented LZ4 compression (Contribution from Cristian Vazquez) * **0.8.2 (2017-08-22):** * Add support for the latest ext4 filesystem features