[Ocfs2-commits] jlbec commits r2553 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Aug 26 19:04:46 CDT 2005


Author: jlbec
Signed-off-by: manish
Date: 2005-08-26 19:04:45 -0500 (Fri, 26 Aug 2005)
New Revision: 2553

Modified:
   trunk/configure.in
Log:

o Bump version to 1.1.2

Signed-off-by: manish



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-08-26 23:36:19 UTC (rev 2552)
+++ trunk/configure.in	2005-08-27 00:04:45 UTC (rev 2553)
@@ -9,8 +9,8 @@
 # Adjust these for the software version.
 MAJOR_VERSION=1
 MINOR_VERSION=1
-MICRO_VERSION=1
-EXTRA_VERSION=ALPHA
+MICRO_VERSION=2
+EXTRA_VERSION=
 
 # Adjust this only to bump the RPM packaging version
 RPM_VERSION=1
@@ -19,7 +19,11 @@
 TOOLS_REQUIRED_VERSION=1.1.1
 
 DIST_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
-VERSION=$DIST_VERSION-$EXTRA_VERSION
+if test -z "$EXTRA_VERSION"; then
+    VERSION=$DIST_VERSION
+else
+    VERSION=$DIST_VERSION-$EXTRA_VERSION
+fi
 
 AC_SUBST(MAJOR_VERSION)
 AC_SUBST(MINOR_VERSION)



More information about the Ocfs2-commits mailing list