X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=3ef66900089597e15af6b74b5715a7a76a3d535d;hb=f1b122c2d0a2f04a5b0f5feec8629b2e7a82ce76;hp=7276d747852c37fbcade0d89f49ea2e418328bb2;hpb=65522e25ca8dd90b52e206288b6d0e51213a5b63;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 7276d74785..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.025'; + 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