X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=c346b3bfd2216c10e61c151dc5947c878d43fc93;hb=cab238755a69ca7e52b3822b390b31484abb5c72;hp=f0c4c775ced65a4948e13e435226b204fb631c13;hpb=4e6d64c16361ec3c00813c291b56ecf5657eff1f;p=koha.git diff --git a/Koha.pm b/Koha.pm index f0c4c775ce..c346b3bfd2 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.12.00.007"; +$VERSION = "18.12.00.023"; sub version { return $VERSION;