X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-version.ac;h=280daa6038f48edd97b295814d549ef4968ad6f6;hp=976cfb0404cbd4a599c6f175b110cab6146b74a5;hb=ef1d121c2e68e368dae72a5994d3d1fd3b35c2b3;hpb=1255aa5ed9bd6edb7fdd08a5e40327b67a790155 diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 976cfb0..280daa6 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,15 +1,15 @@ m4_define([LUSTRE_MAJOR],[2]) -m4_define([LUSTRE_MINOR],[1]) -m4_define([LUSTRE_PATCH],[55]) +m4_define([LUSTRE_MINOR],[5]) +m4_define([LUSTRE_PATCH],[53]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but dnl # after following release candidate/beta would spill this warning already. -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)"]) +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.2.0.0 , next major release version is ok -m4_define([LUSTRE_CLI_VER_OFFSET_WARN],["OBD_OCD_VERSION(0,2,0,0)"]) +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, 50, 0)"]) dnl # User editable part ends here. -----------------------------------------