X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=Koha.pm;h=9dcb9a017410d8239252d5003af550532432b5e9;hb=774993ae2d06627b245c0192bbdd923756aab337;hp=575340e1f91c5fe1a987b71c4ebbfb910574937a;hpb=bf94ccdfac6c5b7d226d80f6d5319704b6cfd85f;p=koha.git diff --git a/Koha.pm b/Koha.pm index 575340e1f9..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.21.00.033"; +$VERSION = "3.23.00.037"; sub version { return $VERSION;