Whamcloud - gitweb
build: update version for Lustre build
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 12 Apr 2012 20:00:07 +0000 (14:00 -0600)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 29 May 2019 04:44:18 +0000 (14:44 +1000)
Add Lustre-specific build version to distinguish packages from
upstream packages.

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

e2fsprogs commit: e5f0f3eebef7b483d5cc8b37023d6e0256776d94

Change-Id: I4a31e659ff4d98f9bb00fea731bd1ee59a55fd38
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
e2fsprogs.spec
version.h

index c38e87b..a654df6 100644 (file)
@@ -5,7 +5,7 @@
 
 Summary: Utilities for managing ext2/ext3/ext4 filesystems
 Name: e2fsprogs
-Version: 1.45.2
+Version: 1.45.2.wc1
 Release: 0
 License: GPLv2
 Group: System Environment/Base
index 782591e..ec607d2 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.45.2"
+#define E2FSPROGS_VERSION "1.45.2.wc1"
 #define E2FSPROGS_DATE "27-May-2019"