Skip to content

Commit

Permalink
ocfs2: bump version number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Fasheh committed Jan 25, 2008
1 parent 2d4b1cb commit 0e5ae03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fs/ocfs2/cluster/ver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fs/ocfs2/dlm/dlmfsver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fs/ocfs2/dlm/dlmver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fs/ocfs2/ver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e5ae03

Please sign in to comment.