X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=b83e6c75940787612c04cf0c91170b8fa126866c;hb=972281c77d1315dde2a988510a8c4102de16d7d2;hp=74ce7cd898ae4e1ab1d9f614b2a8ee016584e006;hpb=82af4da8113881fcaece13537eb3e2a7ee1a0879;p=koha.git diff --git a/Koha.pm b/Koha.pm index 74ce7cd898..b83e6c7594 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.06.00.030"; +$VERSION = "17.06.00.003"; sub version { return $VERSION;