Commit 0e5ae032030387bf0926aa980f2105646ead2b47

Authored by Mark Fasheh
1 parent 2d4b1cbb44

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>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

fs/ocfs2/cluster/ver.c
... ... @@ -28,7 +28,7 @@
28 28  
29 29 #include "ver.h"
30 30  
31   -#define CLUSTER_BUILD_VERSION "1.3.3"
  31 +#define CLUSTER_BUILD_VERSION "1.5.0"
32 32  
33 33 #define VERSION_STR "OCFS2 Node Manager " CLUSTER_BUILD_VERSION
34 34  
fs/ocfs2/dlm/dlmfsver.c
... ... @@ -28,7 +28,7 @@
28 28  
29 29 #include "dlmfsver.h"
30 30  
31   -#define DLM_BUILD_VERSION "1.3.3"
  31 +#define DLM_BUILD_VERSION "1.5.0"
32 32  
33 33 #define VERSION_STR "OCFS2 DLMFS " DLM_BUILD_VERSION
34 34  
fs/ocfs2/dlm/dlmver.c
... ... @@ -28,7 +28,7 @@
28 28  
29 29 #include "dlmver.h"
30 30  
31   -#define DLM_BUILD_VERSION "1.3.3"
  31 +#define DLM_BUILD_VERSION "1.5.0"
32 32  
33 33 #define VERSION_STR "OCFS2 DLM " DLM_BUILD_VERSION
34 34  
... ... @@ -29,7 +29,7 @@
29 29  
30 30 #include "ver.h"
31 31  
32   -#define OCFS2_BUILD_VERSION "1.3.3"
  32 +#define OCFS2_BUILD_VERSION "1.5.0"
33 33  
34 34 #define VERSION_STR "OCFS2 " OCFS2_BUILD_VERSION
35 35