X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=39d25235e28520fdf3336e5bbfe3ea54dd4c9d0c;hb=71f0370ddde0d8b8e2a666a091081186fb6531e8;hp=54d28d62034033be86ce02ab01b1b5131a589ad9;hpb=79fa6ec68a45a7112cbae763458381f9c53835c6;p=koha.git diff --git a/Koha.pm b/Koha.pm index 54d28d6203..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.043"; +$VERSION = "16.06.00.001"; sub version { return $VERSION;