X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=07489a92e916c1db0eab539e45b71cb0497db315;hb=e3d8fb0b845f50f6debc9a246a09a22f3f88c406;hp=0141654d73d3808366f3498b1831bde4f6cb5201;hpb=e8b54cb3be3c15287b88869550d5fde2221f5d94;p=koha.git diff --git a/Koha.pm b/Koha.pm index 0141654d73..07489a92e9 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.012"; +$VERSION = "16.12.00.028"; sub version { return $VERSION;