X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=b37e7d31ea921e01974b612c8154d2f1833e31e3;hb=32642672cfda54dc07e8e81c9bdf93653e48eed1;hp=baad0787cc297ff3dd29357b2355d652ffd5d6d4;hpb=5ea668056a6222c88c37a8ba5ee638ad827ec284;p=koha.git diff --git a/Koha.pm b/Koha.pm index baad0787cc..b37e7d31ea 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.12.00.002"; +$VERSION = "18.12.00.031"; sub version { return $VERSION;