[Ocfs2-commits] rev 25 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 5 17:16:16 CST 2004


Author: manish
Date: 2004-02-05 17:16:14 -0600 (Thu, 05 Feb 2004)
New Revision: 25

Modified:
   trunk/src/inc/ocfs.h
Log:
bump up the version number to 2.0


Modified: trunk/src/inc/ocfs.h
===================================================================
--- trunk/src/inc/ocfs.h	2004-02-05 23:15:50 UTC (rev 24)
+++ trunk/src/inc/ocfs.h	2004-02-05 23:16:14 UTC (rev 25)
@@ -1454,10 +1454,10 @@
 #define  LOG_RECOVER              1
 #define  LOG_CLEANUP              2
 
-#define  OCFS_MINOR_VERSION              (2)
-#define  OCFS_MAJOR_VERSION              (1)
-#define  OCFS_MINOR_VER_STRING           "2"
-#define  OCFS_MAJOR_VER_STRING           "1"
+#define  OCFS_MINOR_VERSION              (0)
+#define  OCFS_MAJOR_VERSION              (2)
+#define  OCFS_MINOR_VER_STRING           "0"
+#define  OCFS_MAJOR_VER_STRING           "2"
 
 #define  OCFS_VOLUME_SIGNATURE           "OracleCFS"
 #define  MAX_VOL_SIGNATURE_LEN		128



More information about the Ocfs2-commits mailing list