From 7bc22d27484f0d0534d19de7eaee92cc601ea490 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 24 Oct 2014 09:48:59 -0300 Subject: [PATCH] Bug 2969: DBRev 3.17.00.031 Signed-off-by: Tomas Cohen Arazi --- 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 0819da62cf..e1fb8bebc8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8838,7 +8838,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.031"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE saved_sql CHANGE report_name report_name VARCHAR( 255 ) NOT NULL DEFAULT '' "); print "Upgrade to $DBversion done (Bug 2969: Report Name should be mandatory for saved reports)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 5204879c83..08e88ded22 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.030'; + our $VERSION = '3.17.00.031'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5