X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=fa53f73d7ee49134fce844b16928b394f250f607;hb=b592d340af8b38f3a420095226b8117085e66574;hp=b52555a69ddd9f3b49c6145d9212a5d05af68ccb;hpb=ccb4517b1c05a036886df4b3cde20ac1dbef1bc4;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index b52555a69d..fa53f73d7e 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.036'; + our $VERSION = '3.09.00.045'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install