X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=7f2be15a87a251c94470fb2fb2217ed5d7d61043;hb=6eac5284ee584ea21988f9639a0d5b47e701937e;hp=af40670c7edfc144859a611b2742b087f2cb5a76;hpb=d1cea14fae6525b7478548aa19108871395e198d;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index af40670c7e..7f2be15a87 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.03.00.052'; + our $VERSION = '3.06.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install