X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=Koha.pm;h=dc8b1b0aa26247ae467ba89f84649d1337295d60;hb=d31b0bfdfc2d15eb94255240b6233315120f2bfe;hp=06500c2244ef62cd093fb2756540a145a472a6ed;hpb=6831dd5977086ea869516bfdce995a7cd2b921ef;p=koha.git diff --git a/Koha.pm b/Koha.pm index 06500c2244..dc8b1b0aa2 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 = "16.12.00.019"; +$VERSION = "17.12.00.038"; sub version { return $VERSION;