[Ocfs2-commits] manish commits r2010 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 18 16:43:39 CST 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-03-18 16:43:37 -0600 (Fri, 18 Mar 2005)
New Revision: 2010

Modified:
   trunk/configure.in
Log:
Bump version number and required tools version

Signed-off-by: jlbec


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-03-18 20:34:34 UTC (rev 2009)
+++ trunk/configure.in	2005-03-18 22:43:37 UTC (rev 2010)
@@ -9,14 +9,14 @@
 # Adjust these for the software version.
 MAJOR_VERSION=0
 MINOR_VERSION=99
-MICRO_VERSION=3
-EXTRA_VERSION=BETA7
+MICRO_VERSION=4
+EXTRA_VERSION=BETA8
 
 # Adjust this only to bump the RPM packaging version
 RPM_VERSION=1
 
 # Required version of ocfs-tools
-TOOLS_REQUIRED_VERSION=0.99.1
+TOOLS_REQUIRED_VERSION=0.99.2
 
 DIST_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 VERSION=$DIST_VERSION-$EXTRA_VERSION



More information about the Ocfs2-commits mailing list