X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=668896325b552e0d24a4c8ac318dffac251183ba;hb=a17c2d9c9fb08ce362b07c3ea1420ae30f0527e8;hp=3d49681d41e1b986f20483f9501709f8fcc61478;hpb=75a7eef8fbeba743f2394d4d603571a14a87f844;p=koha.git diff --git a/Koha.pm b/Koha.pm index 3d49681d41..668896325b 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 = "18.06.00.063"; +$VERSION = "18.12.00.017"; sub version { return $VERSION;