X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=1b0ee8aa3dfe83c4dbaf9110a66b7336ac78689e;hb=7b1d08df0f4f69c52826c80a13158245287f4c00;hp=620386a638d748252cb062831c3524069227228d;hpb=520d1acac832fe299408eb393daaa5e434e88927;p=koha.git diff --git a/Koha.pm b/Koha.pm index 620386a638..1b0ee8aa3d 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.06.00.002"; +$VERSION = "17.12.00.027"; sub version { return $VERSION;