X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=efcd4feea24a71c132ebb984621698cb257eac4a;hb=709358e0c98a583b48f0fee13adb45c00f51b5ff;hp=3d03cba5e0ac7b6252a16ed4bd5162470fccf596;hpb=28d81cb7bbde241cafb7c1cd05860251840d7e04;p=koha.git diff --git a/Koha.pm b/Koha.pm index 3d03cba5e0..efcd4feea2 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.001"; +$VERSION = "16.12.00.026"; sub version { return $VERSION;