X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=26badbb34cbeec693d68b0b1dfe1ccd4cddc9f89;hb=82ec758f18ba5b2600c065245fb68a3f177dcba8;hp=6cb1d53f49c5a0de2c2f34a87ed1fdda78de6724;hpb=a18b12ea7f52d5d017cb0f74723cbb50b6d04749;p=koha.git diff --git a/Koha.pm b/Koha.pm index 6cb1d53f49..26badbb34c 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.06.00.012"; +$VERSION = "18.06.00.033"; sub version { return $VERSION;