X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c3b86a9915295f9d8c2b29067c4682a07b5748e5;hb=10ea4544ea0813d359f9f2df68ba9ad531cc86e7;hp=6b33ee06ad4a3d02214bdd61f559619847973642;hpb=36efd0d4d0cfe5bbdcd9a4b48e0e417a59aaa63a;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 6b33ee06ad..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.046'; + 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