X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=8b145d3a38aad889ff24da69e2163b6fe58934fc;hb=d5c51417b5660116cd7b9b826749f945cc244c87;hp=f71e0e4ad5b829aef316b4478ebbd84f96b3e367;hpb=ceb81cfc5200341f1782c754df47516f1ed932af;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index f71e0e4ad5..8b145d3a38 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.032'; + our $VERSION = '3.09.00.020'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install