X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=39d25235e28520fdf3336e5bbfe3ea54dd4c9d0c;hb=71f0370ddde0d8b8e2a666a091081186fb6531e8;hp=85a21fcf88d14e2790fac9eba226e36637fc6290;hpb=9348f8420bd5049fb553cfe599d8eef555b07339;p=koha.git diff --git a/Koha.pm b/Koha.pm index 85a21fcf88..39d25235e2 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 = "3.23.00.007"; +$VERSION = "16.06.00.001"; sub version { return $VERSION;