X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=a2464d9bdac2d5e1d02449d670d61d2fc665a99f;hb=d2052311cb232f98c801eb52d602b8970b38bc26;hp=3ef66900089597e15af6b74b5715a7a76a3d535d;hpb=a63695e15f755b90cf8f06e25bc79cdb7c45989c;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 3ef6690008..a2464d9bda 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.301'; + our $VERSION = '3.13.00.037'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install