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