X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=1a139e4bd86121d885935b7e44ca85edb8966ac4;hb=ffedc98577f4967181e9a17886483c6ac5a1d140;hp=55730eb87b913c6004eeda8bc98def1deaff0a92;hpb=25caeacaed3aff67dad4df694b92dfe2b0546034;p=koha.git diff --git a/Koha.pm b/Koha.pm index 55730eb87b..1a139e4bd8 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.21.00.006"; +$VERSION = "3.21.00.012"; sub version { return $VERSION;