[Ocfs2-commits] manish commits r1346 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 9 20:26:34 CDT 2004


Author: manish
Date: 2004-08-09 19:26:33 -0500 (Mon, 09 Aug 2004)
New Revision: 1346

Modified:
   trunk/configure.in
Log:
Update version to 0.99.0, bump required tools version to 1.1.3


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-08-10 00:00:13 UTC (rev 1345)
+++ trunk/configure.in	2004-08-10 00:26:33 UTC (rev 1346)
@@ -1,21 +1,20 @@
 AC_INIT(src/Makefile)
 
 PACKAGE=ocfs2
-VERSION=1.9.93
 
 AC_SUBST(PACKAGE)
 
 # Adjust these for the software version.
-MAJOR_VERSION=1
-MINOR_VERSION=9
-MICRO_VERSION=94
+MAJOR_VERSION=0
+MINOR_VERSION=99
+MICRO_VERSION=0
 EXTRA_VERSION=BETA4
 
 # Adjust this only to bump the RPM packaging version
 RPM_VERSION=1
 
 # Required version of ocfs-tools
-SUPPORT_REQUIRED_VERSION=1.1.1
+SUPPORT_REQUIRED_VERSION=1.1.3
 
 DIST_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 VERSION=$DIST_VERSION-$EXTRA_VERSION



More information about the Ocfs2-commits mailing list