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