X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=bfcc5d8ceb8fabc4ae49a8095f53edc0570a6918;hb=284cfbc234397379dcda98b3f2238e09d9614631;hp=ad612941cd582a3de24ba1276cc89c5962c2a0fe;hpb=75020285d86ac08b1af605788433a3519b14e7de;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index ad612941cd..bfcc5d8ceb 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.038'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install