From 33b6ed32b40133c2c88e17aebf4d3382bd966c6f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 22 May 2013 08:14:23 -0700 Subject: [PATCH] Bug 10080: DBRev 3.13.00.002 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 1de26a9b98..e609f5b5b1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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"; diff --git a/kohaversion.pl b/kohaversion.pl index 1b49586122..41d808b677 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.20.1