X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-version.ac;h=7f0cc01dfcd537a90a0a103bb9463dfc794ba9f2;hp=9baf2adb78fb7a4c6d50709ab811232be969efad;hb=43fbefb13f1549c17eae73038ea9a24d773f9be2;hpb=1f773208a4eee2088dc4707ebb904162978043de diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 9baf2ad..7f0cc01 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,6 +1,6 @@ m4_define([LUSTRE_MAJOR],[2]) -m4_define([LUSTRE_MINOR],[3]) -m4_define([LUSTRE_PATCH],[58]) +m4_define([LUSTRE_MINOR],[5]) +m4_define([LUSTRE_PATCH],[56]) 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. -----------------------------------------