X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=ece4c6597585a556fb5b03702faf5764bf7eb275;hb=64b689fcc810fbfc20b6483b43e05f60e968b9ed;hp=d53c392cc847762a9a832c1db19899eb0b0cf9ba;hpb=2c2e29463a73fa1ece1808378013160347036143;p=koha.git diff --git a/Koha.pm b/Koha.pm index d53c392cc8..ece4c65975 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.025"; +$VERSION = "17.12.00.036"; sub version { return $VERSION;