[Ocfs-tools-commits] manish commits r16 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 7 17:38:13 CDT 2004


Author: manish
Date: 2004-04-07 16:38:11 -0500 (Wed, 07 Apr 2004)
New Revision: 16

Modified:
   trunk/configure.in
Log:
1.1.2 production release


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-04-01 21:17:00 UTC (rev 15)
+++ trunk/configure.in	2004-04-07 21:38:11 UTC (rev 16)
@@ -8,8 +8,8 @@
 # Adjust these for the software version.
 MAJOR_VERSION=1
 MINOR_VERSION=1
-MICRO_VERSION=1
-EXTRA_VERSION=BETA2
+MICRO_VERSION=2
+EXTRA_VERSION=PROD1
 
 # Adjust this only to bump the RPM packaging version
 RPM_VERSION=1
@@ -133,14 +133,14 @@
 
 if test "x$enable_ocfstool" = "xyes"; then
   AM_PATH_GTK($GTK_REQUIRED_VERSION, have_gtk=yes, have_gtk=no)
-                                                                                
+
   if test "x$have_gtk" = "xyes"; then
     OCFSTOOL=yes
   else
     AC_MSG_WARN([GTK+ $GTK_REQUIRED_VERSION or better not found, ocfstool will not be built])
   fi
 fi
-                                                                                
+
 AC_SUBST(OCFSTOOL)
 
 AC_OUTPUT([



More information about the Ocfs-tools-commits mailing list