X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=5d2c011e3dd522feaf356fbfcac95a43ee4f6822;hb=599a36ceab223c55648ee43748e7f52e48bbc77c;hp=8278305e624ebe40710d60aaffe75e1f1ecb3d82;hpb=0c64c3d48ba0033964abf6f462037989dfaa61ba;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 8278305e62..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.048'; + 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