OCFS2 開発中のコードベースが 1.2.6 になってたので メモ

Revision: 3010
Author: smushran
Date: 8:11:12, 2007年4月24日
Message:
ocfs2: incremented version to 1.2.6
Signed-off-by: mfasheh
----
Modified : http://oss.oracle.com/projects/ocfs2/src/branches/ocfs2-1.2/configure.in
--- (リビジョン 3009)
+++ (リビジョン 3010)
@@ -9,7 +9,7 @@
 # Adjust these for the software version.
 MAJOR_VERSION=1
 MINOR_VERSION=2
-MICRO_VERSION=5
+MICRO_VERSION=6
 EXTRA_VERSION=
 
 # Required version of ocfs-tools
Revision: 1350
Author: jlbec
Date: 7:04:22, 2007年5月3日
Message:

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 : http://oss.oracle.com/projects/ocfs2-tools/src/trunk/configure.in
--- (リビジョン 1349)
+++ (リビジョン 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