bug6064 adding forgotten news version in kohaversion
authorStéphane Delaune <stephane.delaune@biblibre.com>
Thu, 7 Apr 2011 08:21:17 +0000 (10:21 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 09:33:42 +0000 (21:33 +1200)
Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
kohaversion.pl

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