Bumping database number to 011
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 10 Jan 2011 19:12:59 +0000 (08:12 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 10 Jan 2011 19:12:59 +0000 (08:12 +1300)
kohaversion.pl

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