X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=55515d9bb6bebe09973a6f7e4034c2e53c0a81dd;hb=631694cd96bb3f7e759dc593bd0358a0efaf1304;hp=413074d11cf9fd8a2defb5041789daea2ed569fd;hpb=8fa214bfa5cc0d46a3e34f4c09bb7635132b0b04;p=koha.git diff --git a/Koha.pm b/Koha.pm index 413074d11c..55515d9bb6 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.017"; +$VERSION = "3.21.00.050"; sub version { return $VERSION;