X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=e1bea78e0467e11b510e8b08ffb333c15987059d;hb=4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4;hp=a490ab439928abfde2133b3890efd680d527ede8;hpb=2c470899b3f0191b9597d713e895b9240fe1d137;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index a490ab4399..e1bea78e04 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.025'; + our $VERSION = '3.03.00.037'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install