X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c29b27916d2284cf799ab3e3b9d6b42030ae3293;hb=d9d142bfade717679e26c931e209c790243c65f2;hp=3d1657386d169bee389112f7203d215d3d99f223;hpb=c9c6bbdea89e60dc6dc5019cdca512ba8eba4a38;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 3d1657386d..c29b27916d 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.09.00.009'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install