X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=fc9d93b22179408fe395650bd0b0aea79ea1a3fa;hb=e9766f609471c2638824e2de2b2ea382d85cc4e8;hp=5494f01a2865d8b8837eed2ea6a0dca659644018;hpb=5a81850fe402eb93c27ea249b9d65d67ec9b314d;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 5494f01a28..fc9d93b221 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.039'; + our $VERSION = '3.11.00.010'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install