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