Updating version
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 18:18:32 +0000 (07:18 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 18:18:32 +0000 (07:18 +1300)
kohaversion.pl

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