X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c3b86a9915295f9d8c2b29067c4682a07b5748e5;hb=5ae3a3aa4f79f457605e03f53a4b385212d9d93e;hp=30a89d26550a79273ccb280be42b1deef8a33c83;hpb=e9f8f44dd4a042cfe6dd042adbd2dafcf49f60a9;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 30a89d2655..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.042'; + 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