X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=47784e25be9bbd6c1781ea245bd99fb406b226de;hb=bc25710581e4e69abff401757ae6351601c19893;hp=cf268ab0d1481b815a11f58ad35a51ce4415df48;hpb=b7adcf69476a969cda6b8670e8a7e91f4c4af5b2;p=koha.git diff --git a/Koha.pm b/Koha.pm index cf268ab0d1..47784e25be 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.006"; sub version { return $VERSION;