X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=0975d7f5e964e61d66a4b3eb572984d26d2cee82;hb=ff7417fa916523ba293785c32d6d70a126dfdec8;hp=514f2c7fe873cb5c9866cdde6fd093d0c2069794;hpb=5716b69d16023544ca87ac88343716b2105ab047;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 514f2c7fe8..0975d7f5e9 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.07.00.019'; + our $VERSION = '3.09.00.030'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install