X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=kohaversion.pl;h=0e179f313cf07fce7f631d450d94f57d413b09ae;hb=6e97b98a88c06bddc0bb3f32f2b90c1d9d812c84;hp=ad612941cd582a3de24ba1276cc89c5962c2a0fe;hpb=c0441ebbfb547507cda86c8c05575d88761045e1;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index ad612941cd..0e179f313c 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.010'; + our $VERSION = '3.03.00.024'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install