X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=f864378a1fa0dbd9de4c50688e68bc8cde5a715c;hb=fae07abcc69e430c84f7b4f3241c1fe21e7bd5ab;hp=cc1d0b530030403c13bd57dd73a5ee07efea2a93;hpb=71e1218fe1ad7bb2fc81e8d165306e958a67f325;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index cc1d0b5300..f864378a1f 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.031'; + our $VERSION = '3.05.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install