X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=668896325b552e0d24a4c8ac318dffac251183ba;hb=a17c2d9c9fb08ce362b07c3ea1420ae30f0527e8;hp=720fb947423b66c4197fff303490816358b2f6c2;hpb=52a851f32d072985a0ed84a17902409e0d4f6b35;p=koha.git diff --git a/Koha.pm b/Koha.pm index 720fb94742..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.057"; +$VERSION = "18.12.00.017"; sub version { return $VERSION;