X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=fe75c7c5a2d7a6f8224f1d76ff0ef5bbc9552d11;hb=da6f7fbb2a176a7194c122a3eeb8d5844fabbc86;hp=eb6b55c9e5c756fe120fae309136d6643df19ed9;hpb=4a0b597e3d195fd3058ce0feaa26bcef62997d0e;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index eb6b55c9e5..fe75c7c5a2 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.009'; + our $VERSION = '3.13.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install