[Ocfs2-tools-commits] jlbec commits r1350 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 2 15:04:23 PDT 2007


Author: jlbec
Date: 2007-05-02 15:04:22 -0700 (Wed, 02 May 2007)
New Revision: 1350

Modified:
   trunk/configure.in
Log:

Bump the version to 1.2.6.

Now that ocfs2-tools uses the vendor tree code, versions should be changed
immediately after release.  This way the tree will always have a newer
version number than the most recent release.

The svnrev.guess script will provide an RPM release value of
0.<current-svn-revision>, which will always be older than the eventual
value of '1' for a true release'.

Signed-off-by: smushran



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-05-02 22:02:12 UTC (rev 1349)
+++ trunk/configure.in	2007-05-02 22:04:22 UTC (rev 1350)
@@ -9,7 +9,7 @@
 # Adjust these for the software version.
 MAJOR_VERSION=1
 MINOR_VERSION=2
-MICRO_VERSION=5
+MICRO_VERSION=6
 EXTRA_VERSION=
 
 DIST_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION




More information about the Ocfs2-tools-commits mailing list