X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=Koha.pm;h=fd759888ec48cd3303473ae89a864daad43690bc;hb=afc7a991956ba8ebe8b9be79a56bcdef01bf2003;hp=d858a87ac5c9958c321634811a6fbd1be83666b9;hpb=49f50a7f267e7ea105895dc5165965b149697fe3;p=koha.git diff --git a/Koha.pm b/Koha.pm index d858a87ac5..fd759888ec 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 = "17.12.00.024"; +$VERSION = "18.12.00.009"; sub version { return $VERSION;