X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=5d2c011e3dd522feaf356fbfcac95a43ee4f6822;hb=eb4ebab07ca52143f8438309c394317fb479a6f6;hp=b7798e405f502e4f4f4c72bfb81cc40f8a5e9f55;hpb=2943530f250af5b0b8caa373721749d843958502;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index b7798e405f..5d2c011e3d 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.09.00.062'; + our $VERSION = '3.11.00.017'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install