X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=0202d9d5a6e5dc2db0f439f077365d02d402ad65;hb=98bde26d2571b43ecee07e017e36f45e1aa6e680;hp=d9bdb74bab5c2042680b5b46b58c6d14a26bbdcc;hpb=7f8369dc2f937db6c4a5f588567f53a447733222;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index d9bdb74bab..0202d9d5a6 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.108'; + our $VERSION = '3.11.00.203'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install