X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-version.ac;h=b4a2135b8484438f8230d9d29d579fa493a08e5b;hb=6a21e9e1b4674c7bf2a1fe33e32addb3662edb54;hp=c072adff68f46574fc62c2b7c2695625ce4ef4dc;hpb=98fba37df019b8754726408c0e897c0bfcd769bb;p=fs%2Flustre-release.git diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index c072adf..b4a2135 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,12 +1,15 @@ m4_define([LUSTRE_MAJOR],[1]) -m4_define([LUSTRE_MINOR],[5]) -m4_define([LUSTRE_PATCH],[98]) +m4_define([LUSTRE_MINOR],[9]) +m4_define([LUSTRE_PATCH],[50]) m4_define([LUSTRE_FIX],[0]) -dnl # 288 stands for 0.0.1.32 , next version with fixes is ok, but next after -dnl # next release candidate/beta would spill this warning already. -m4_define([LUSTRE_VER_ALLOWED_OFFSET],[288]) -m4_define([LUSTRE_VER_OFFSET_WARN],[288]) +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)"]) + +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 # User editable part ends here. ----------------------------------------- @@ -19,7 +22,8 @@ m4_define([LUSTRE_VERSION],m4_if(LUSTRE_FIX,[0],LUSTRE_MAJOR.LUSTRE_MINOR.LUSTRE [AC_LUSTRE_FIX]=LUSTRE_FIX [AC_LUSTRE_VERSION_STRING]=LUSTRE_VERSION [AC_LUSTRE_VER_ALLOWED_OFFSET]=LUSTRE_VER_ALLOWED_OFFSET -[AC_LUSTRE_VER_OFFSET_WARN]=LUSTRE_VER_OFFSET_WARN +[AC_LUSTRE_LIB_VER_OFFSET_WARN]=LUSTRE_LIB_VER_OFFSET_WARN +[AC_LUSTRE_CLI_VER_OFFSET_WARN]=LUSTRE_CLI_VER_OFFSET_WARN AC_SUBST([AC_LUSTRE_MAJOR]) AC_SUBST([AC_LUSTRE_MINOR]) @@ -27,4 +31,5 @@ AC_SUBST([AC_LUSTRE_PATCH]) AC_SUBST([AC_LUSTRE_FIX]) AC_SUBST([AC_LUSTRE_VERSION_STRING]) AC_SUBST([AC_LUSTRE_VER_ALLOWED_OFFSET]) -AC_SUBST([AC_LUSTRE_VER_OFFSET_WARN]) +AC_SUBST([AC_LUSTRE_LIB_VER_OFFSET_WARN]) +AC_SUBST([AC_LUSTRE_CLI_VER_OFFSET_WARN])