X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=db591d3024cda391441591445707227434f172cf;hb=d977d0f826f77e6d92a61314992d82d9048a2736;hp=248861c1d83c5c06ab33a99f996d58e28b4e4789;hpb=a427f95188a4af1810e601c90401fcf91086f155;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 248861c1d8..db591d3024 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.060'; + our $VERSION = '3.09.00.061'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install