diff mbox

ocfs2: Update version string

Message ID 1362238380-11303-1-git-send-email-richard@nod.at (mailing list archive)
State New, archived
Headers show

Commit Message

Richard Weinberger March 2, 2013, 3:33 p.m. UTC
The current version string is outdated.
Update it to 1.8.0 to reflect the real OCFS2 feature set.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 fs/ocfs2/ver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/fs/ocfs2/ver.c b/fs/ocfs2/ver.c
index e2488f4..cae2a2c 100644
--- a/fs/ocfs2/ver.c
+++ b/fs/ocfs2/ver.c
@@ -29,7 +29,7 @@ 
 
 #include "ver.h"
 
-#define OCFS2_BUILD_VERSION "1.5.0"
+#define OCFS2_BUILD_VERSION "1.8.0"
 
 #define VERSION_STR "OCFS2 " OCFS2_BUILD_VERSION