X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=9d1e623ecac7e261332eda650ec357a0901232b4;hb=e55cd07f1506cc326169c61166e20ff12fc002d0;hp=db591d3024cda391441591445707227434f172cf;hpb=1fd99527bd947a6d2d86822fb9fd964fc35cc582;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index db591d3024..9d1e623eca 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.061'; + our $VERSION = '3.11.00.202'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install