X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=bedafdd9bf19b07cb3f151166571e6d93c14240a;hb=25eeaf0f8e67b065559218c78a15bcb3700a0f0f;hp=aa08729646df5976b8c9bbe730221ef5d95dc3f9;hpb=a726cf2804c1927166c26a3ba4794abb81a168ae;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index aa08729646..bedafdd9bf 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.001'; + our $VERSION = '3.09.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install