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