Whamcloud - gitweb
new tag 2.6.94
[fs/lustre-release.git] / lustre / autoconf / lustre-version.ac
index 569189e..1f351e3 100644 (file)
@@ -1,6 +1,6 @@
 m4_define([LUSTRE_MAJOR],[2])
-m4_define([LUSTRE_MINOR],[3])
-m4_define([LUSTRE_PATCH],[55])
+m4_define([LUSTRE_MINOR],[6])
+m4_define([LUSTRE_PATCH],[94])
 m4_define([LUSTRE_FIX],[0])
 
 dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but
@@ -9,7 +9,7 @@ m4_define([LUSTRE_VER_ALLOWED_OFFSET],["OBD_OCD_VERSION(0, 0, 1, 32)"])
 m4_define([LUSTRE_LIB_VER_OFFSET_WARN],["OBD_OCD_VERSION(0, 0, 1, 32)"])
 
 dnl # linux lustre delta is 0.4.0.0 , next stable release version is ok
-m4_define([LUSTRE_CLI_VER_OFFSET_WARN],["OBD_OCD_VERSION(0, 4, 0, 0)"])
+m4_define([LUSTRE_CLI_VER_OFFSET_WARN],["OBD_OCD_VERSION(0, 4, 50, 0)"])
 
 dnl # User editable part ends here. -----------------------------------------