X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=9dcb9a017410d8239252d5003af550532432b5e9;hb=774993ae2d06627b245c0192bbdd923756aab337;hp=824df9bf110eb543413c5412bad9217a02890826;hpb=3eab27f3ef3588933b60fe18ca84c799c61904a2;p=koha.git diff --git a/Koha.pm b/Koha.pm index 824df9bf11..9dcb9a0174 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.033"; +$VERSION = "3.23.00.037"; sub version { return $VERSION;