Browse Source

ocfs2: bump version number

Bump the printed version to 1.5.0. This helps us quickly identify which
version of Ocfs2 a bug filer is running.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Mark Fasheh 17 years ago
parent
commit
0e5ae03203
4 changed files with 4 additions and 4 deletions
  1. 1 1
      fs/ocfs2/cluster/ver.c
  2. 1 1
      fs/ocfs2/dlm/dlmfsver.c
  3. 1 1
      fs/ocfs2/dlm/dlmver.c
  4. 1 1
      fs/ocfs2/ver.c

+ 1 - 1
fs/ocfs2/cluster/ver.c

@@ -28,7 +28,7 @@
 
 #include "ver.h"
 
-#define CLUSTER_BUILD_VERSION "1.3.3"
+#define CLUSTER_BUILD_VERSION "1.5.0"
 
 #define VERSION_STR "OCFS2 Node Manager " CLUSTER_BUILD_VERSION
 

+ 1 - 1
fs/ocfs2/dlm/dlmfsver.c

@@ -28,7 +28,7 @@
 
 #include "dlmfsver.h"
 
-#define DLM_BUILD_VERSION "1.3.3"
+#define DLM_BUILD_VERSION "1.5.0"
 
 #define VERSION_STR "OCFS2 DLMFS " DLM_BUILD_VERSION
 

+ 1 - 1
fs/ocfs2/dlm/dlmver.c

@@ -28,7 +28,7 @@
 
 #include "dlmver.h"
 
-#define DLM_BUILD_VERSION "1.3.3"
+#define DLM_BUILD_VERSION "1.5.0"
 
 #define VERSION_STR "OCFS2 DLM " DLM_BUILD_VERSION
 

+ 1 - 1
fs/ocfs2/ver.c

@@ -29,7 +29,7 @@
 
 #include "ver.h"
 
-#define OCFS2_BUILD_VERSION "1.3.3"
+#define OCFS2_BUILD_VERSION "1.5.0"
 
 #define VERSION_STR "OCFS2 " OCFS2_BUILD_VERSION