X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=bdd1ec07a220bd22c5085f845c12ed91582fb19e;hb=0b1ed968c425bd98737ce1f6317f6b36b51f4ddd;hp=51d52d1e4f911f54455ba13bd294e767515b472a;hpb=18c513d45020c00c5c95284d41529038bbe307ff;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 51d52d1e4f..bdd1ec07a2 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.027'; + our $VERSION = '3.13.00.031'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install