Whamcloud - gitweb
build: update version for Lustre build
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Dec 2022 01:34:07 +0000 (18:34 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Dec 2022 18:49:57 +0000 (11:49 -0700)
Add Lustre-specific build version to distinguish packages from
upstream packages.

Since e2fsprogs release 1.44.4 the Version in e2fsprogs.spec
is not auto-generated anymore. However contrib/build-rpm still
relies on the Version from the spec, maintain the version in the
spec as well.

Fixes: e5f0f3eebef7 ("Stop generating e2fsprogs.spec automatically")
Change-Id: I4a31e659ff4d98f9bb00fea731bd1ee59a55fd38
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
version.h

index 6565565..4402e8d 100644 (file)
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
  * file may be redistributed under the GNU Public License v2.
  */
 
-#define E2FSPROGS_VERSION "1.46.6-rc1"
-#define E2FSPROGS_DATE "12-Sep-2022"
+#define E2FSPROGS_VERSION "1.46.6"
+#define E2FSPROGS_DATE "20-Dec-2022"