X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=6ca0d87ebb637ffeeb80f56f9adbcb1e5052962e;hb=1dabb45a5004e577259cc757d192a019c55d12e9;hp=bb473e903233b54c56ef92a393560b2a97306015;hpb=7e25faace8d70c2e81272cb3eacd41fa7215719d;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index bb473e9032..6ca0d87ebb 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.11.00.001'; + our $VERSION = '3.11.00.018'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install