X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=3ef66900089597e15af6b74b5715a7a76a3d535d;hb=bee5b3ff46eecf8fed24aa2daa2347d026aeffa5;hp=b51d6e86308b6fb9d8da409e1f617c75ae960b04;hpb=d222047cae6d19f9d7efa7da733012616bd2265d;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index b51d6e8630..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.104'; + 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