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