X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=3ef66900089597e15af6b74b5715a7a76a3d535d;hb=771e91fdcdc2fbf59324e9038e30fb3da0d92508;hp=ee3788d3367c8eec49165f21425330a9a1c45e46;hpb=3b3a54e147bc07e7cb37e7430e3d10f3486db120;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index ee3788d336..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.019'; + 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