From 6311deca90f6c13c41d963c6643b4e12d6092708 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 7 Aug 2014 14:58:09 +1200 Subject: [PATCH] Bumping database version --- 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 6028831993..ad32a87587 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8589,7 +8589,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.012"; if ( CheckVersion($DBversion) ) { $dbh->do("DELETE FROM systempreferences WHERE variable='OpacShowFiltersPulldownMobile'"); print "Upgrade to $DBversion done ( Bug 12512 - PROG/CCSR deprecation: Remove OpacShowFiltersPulldownMobile system preference )\n"; diff --git a/kohaversion.pl b/kohaversion.pl index de052ca425..c2d860c0a3 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.011'; + our $VERSION = '3.17.00.012'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2