X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=7cdc1f3370600760e503f273d7e8735f9729c921;hb=29456ce3d8115a2287fd7c103c9fd9acd9bbee1b;hp=0287f558ed426669e5331b27c3baba4bf3c9fae9;hpb=9d0284f79d9b0f56b0762a7ebe4012454827f5a8;p=koha.git diff --git a/Koha.pm b/Koha.pm index 0287f558ed..7cdc1f3370 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.005"; +$VERSION = "18.06.00.052"; sub version { return $VERSION;