Update kohaversion for 3.11.000.001

This commit is contained in:
Jared Camins-Esakov 2012-11-23 11:42:34 -05:00
parent 5511dad702
commit 2c65bdcdcc

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.09.00.062';
our $VERSION = '3.11.00.001';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install