summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/ver.c
diff options
context:
space:
mode:
authorMark Fasheh2007-11-07 00:52:58 +0100
committerMark Fasheh2008-01-26 00:05:46 +0100
commit0e5ae032030387bf0926aa980f2105646ead2b47 (patch)
tree83a9b92f685abffb8fea85c694eb43b53c936b8f /fs/ocfs2/cluster/ver.c
parentocfs2/dlm: Clear joining_node on hearbeat node down (diff)
downloadkernel-qcow2-linux-0e5ae032030387bf0926aa980f2105646ead2b47.tar.gz
kernel-qcow2-linux-0e5ae032030387bf0926aa980f2105646ead2b47.tar.xz
kernel-qcow2-linux-0e5ae032030387bf0926aa980f2105646ead2b47.zip
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/cluster/ver.c')
-rw-r--r--fs/ocfs2/cluster/ver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/ver.c b/fs/ocfs2/cluster/ver.c
index 7286c48bb30d..a56eee6abad3 100644
--- a/fs/ocfs2/cluster/ver.c
+++ b/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