X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=bc85f79936253655d3a22981edec897f226e5318;hb=0c4460c2fbb6fb678381921911d9030419cc9700;hp=11793564413bd374b13ac9448fdb37ec3ebe9ee6;hpb=4b07ae3f41df33c73cfe2f5989b4a50be6efce3d;p=koha.git diff --git a/Koha.pm b/Koha.pm index 1179356441..bc85f79936 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "17.12.00.004"; +$VERSION = "18.06.00.028"; sub version { return $VERSION;