X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c3b86a9915295f9d8c2b29067c4682a07b5748e5;hb=10ea4544ea0813d359f9f2df68ba9ad531cc86e7;hp=66de4a89a99d66fdf0102e2e940a300c18bc1d88;hpb=937f27e6191f7080acc23c3122f1569e1ea2c024;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 66de4a89a9..c3b86a9915 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.040'; + our $VERSION = '3.05.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install