X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=b7b67f9c3f516df1e7e13b9ba91454d42c68ffba;hb=db6a65eab31ae2234c2a0d647aeb0d0a80d22998;hp=496d4df68b473a452dffcfce056ccc7c6a6006da;hpb=d49cefdece6c099391d85db39d05540e306f4206;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 496d4df68b..b7b67f9c3f 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.09.00.010'; + our $VERSION = '3.09.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install