From 68229cbbcd0fdd93a9c4cc2517b961d0f1cd5890 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 26 May 2014 01:24:13 +0000 Subject: [PATCH] Bug 6254: DBrev 3.17.00.004 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 93d3f0e1da..9b17d9fe5e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8519,8 +8519,8 @@ if (CheckVersion($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; -if(CheckVersion($DBversion)) { +$DBversion = "3.17.00.004"; +if (CheckVersion($DBversion)) { $dbh->do("ALTER TABLE categories ADD default_privacy ENUM( 'default', 'never', 'forever' ) NOT NULL DEFAULT 'default' AFTER category_type"); print "Upgrade to $DBversion done (Bug 6254 - can't set patron privacy by default)\n"; SetVersion($DBversion); diff --git a/kohaversion.pl b/kohaversion.pl index 08d169b78c..1b641e1427 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.003'; + our $VERSION = '3.17.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5