From: Andreas Dilger Date: Thu, 12 Apr 2012 20:00:07 +0000 (-0600) Subject: build: update version for Lustre build X-Git-Tag: v1.44.3.wc1~34 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=50dacd4c5f7f887b6301339d2ca33452b64a8204;p=tools%2Fe2fsprogs.git build: update version for Lustre build Add Lustre-specific build version to distinguish packages from upstream packages. Signed-off-by: Andreas Dilger --- diff --git a/version.h b/version.h index 2fda43f..54a18d7 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.44.3" -#define E2FSPROGS_DATE "10-July-2018" +#define E2FSPROGS_VERSION "1.44.3.wc1" +#define E2FSPROGS_DATE "23-July-2018"