Bug 10080: DBRev 3.13.00.002
authorGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:14:23 +0000 (08:14 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:14:23 +0000 (08:14 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1de26a9..e609f5b 100755 (executable)
@@ -6935,7 +6935,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.13.00.002";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("UPDATE systempreferences SET variable = 'IndependentBranches' WHERE variable = 'IndependantBranches'");
    print "Upgrade to $DBversion done (Bug 10080 - Change system pref IndependantBranches to IndependentBranches)\n";
index 1b49586..41d808b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.001';
+    our $VERSION = '3.13.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install