X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=a9a56fd0929864d009e5ec2e7479df8009961972;hb=fb98450172cbd446768375cd9374962447df7cfe;hp=7f769898fe85a615f2abf2cbf120228fb2b3cd5f;hpb=2f2e40ca4674449c598799b1a47d156e50b91fa0;p=koha.git diff --git a/Koha.pm b/Koha.pm index 7f769898fe..a9a56fd092 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 = "18.06.00.040"; +$VERSION = "18.12.00.003"; sub version { return $VERSION;