X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=714ac8eda9190e3786d59456550cc2c07591f38f;hb=c82d114f1ef6dfc8abc289e01b104e1c4a5d290e;hp=3d1657386d169bee389112f7203d215d3d99f223;hpb=c13d3f0043324ca9625128b25c9edba7b41ebd7f;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 3d1657386d..714ac8eda9 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.07.00.008'; + our $VERSION = '3.07.00.028'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install