Update kohaversion for 3.11.000.001
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 23 Nov 2012 16:42:34 +0000 (11:42 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 23 Nov 2012 16:42:34 +0000 (11:42 -0500)
kohaversion.pl

index b7798e4..bb473e9 100644 (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