X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=714ac8eda9190e3786d59456550cc2c07591f38f;hb=48c8ac992a8805666e553d67f1e73c24fe8fe623;hp=db0faf5fa15bc5afaac583c6f42136297ef752ea;hpb=d56a693d844a1e64fc47b1f4b5ac82e0283f6493;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index db0faf5fa1..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.023'; + 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