aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ver.c
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2007-11-06 18:52:58 -0500
committerMark Fasheh <mark.fasheh@oracle.com>2008-01-25 18:05:46 -0500
commit0e5ae032030387bf0926aa980f2105646ead2b47 (patch)
tree83a9b92f685abffb8fea85c694eb43b53c936b8f /fs/ocfs2/ver.c
parent2d4b1cbb44f5557727c35895a83f82d023573fa9 (diff)
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>
Diffstat (limited to 'fs/ocfs2/ver.c')
-rw-r--r--fs/ocfs2/ver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/ver.c b/fs/ocfs2/ver.c
index 5405ce121c99..e2488f4128a2 100644
--- a/fs/ocfs2/ver.c
+++ b/fs/ocfs2/ver.c
@@ -29,7 +29,7 @@
29 29
30#include "ver.h" 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#define VERSION_STR "OCFS2 " OCFS2_BUILD_VERSION 34#define VERSION_STR "OCFS2 " OCFS2_BUILD_VERSION
35 35