X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=344e33426574311c7f8c0df72c1cd45d01cbc32a;hb=e1760e84630912b01c53559d3fc4eeb5a80325f3;hp=aadafd539d52526e8198bd4ef9087237c362f248;hpb=bf98eabe50b477e0ed7c71d8b408fd1f710cbd07;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index aadafd539d..344e334265 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.028'; + our $VERSION = '3.03.00.034'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install