From c6ae9efbc371d30824022612020cf58e5b92b9fd Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 23 May 2014 13:29:39 +0000 Subject: [PATCH] Bug 10330: DBRev 3.17.00.001 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 71f7c3935e..83ae40978a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8483,7 +8483,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = '3.17.00.001'; if ( CheckVersion($DBversion) ) { $dbh->do("UPDATE systempreferences SET variable = 'AuthoritySeparator' WHERE variable = 'authoritysep'"); print "Upgrade to $DBversion done (Bug 10330 - Rename system preference authoritysep to AuthoritySeparator)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a07fc01bed..f7529ccf24 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.17.00.000'; + our $VERSION = '3.17.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0