Bug 10343: DBRev 3.13.00.007
authorGalen Charlton <gmc@esilibrary.com>
Fri, 7 Jun 2013 17:06:36 +0000 (10:06 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 7 Jun 2013 17:06:36 +0000 (10:06 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 146ec99..648e161 100755 (executable)
@@ -6983,7 +6983,7 @@ INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES (
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.007";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("UPDATE systempreferences SET variable='OpacHoldNotes' WHERE variable='OpacShowHoldNotes'");
     print "Upgrade to $DBversion done (Bug 10343: Rename OpacShowHoldNotes to OpacHoldNotes)\n";
index b8079ce..d637b22 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.006';
+    our $VERSION = '3.13.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install