From f9d3e02b831381061d2d298b33818ad926a88c07 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 22 Jul 2013 14:46:29 +0000 Subject: [PATCH] Bug 10604: DBRev 3.13.00.014 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 e0c665a1ff..ebb195c1e3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7050,7 +7050,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.014"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE courses MODIFY COLUMN department varchar(80) DEFAULT NULL;"); $dbh->do("ALTER TABLE courses MODIFY COLUMN term varchar(80) DEFAULT NULL;"); diff --git a/kohaversion.pl b/kohaversion.pl index f7961ac49c..6f6ed728be 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.013'; + our $VERSION = '3.13.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1