X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=d9a84cb5584ceedd035378765a945589ffbcfe10;hb=f81f7756fc1ff0b5d88bd475f8de2f3b428e576c;hp=2d02d0c8cb17e668779fb52f7e6b08047c581796;hpb=622f804ffdb0f38ab8ba9b4952729e7c5e9a3234;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 2d02d0c8cb..d9a84cb558 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.03.00.019'; + our $VERSION = '3.03.00.020'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install