From 4c6279367862f1bb37f70d1201c43423729b078b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 15 Aug 2014 00:12:16 +0000 Subject: [PATCH] Bug 11703: DBRev 3.16.02.001 Note that removing the UseTablesortForCirc system preference is idempotent. 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 446c1c8b2e..9e9896edf2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8489,7 +8489,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.16.02.001"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ DELETE FROM systempreferences WHERE variable = 'UseTablesortForCirc' diff --git a/kohaversion.pl b/kohaversion.pl index 171a19e769..e0c239e137 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.16.02.000'; + our $VERSION = '3.16.02.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5