X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c6556e0c6665cdb9ba0a5a62fc0fdaa1a342177f;hb=9226ae46419a5c54447c7d6e27b6163d2c6fd95a;hp=21d2909b63e8024dbd85c48ac70057d22a5b1b15;hpb=1d569bced48fc816554e7c7083fa11743e70da57;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 21d2909b63..c6556e0c66 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.09.00.027'; + our $VERSION = '3.09.00.028'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install