From 59ce0cd4a6863770e1cc6b956512e5698f94e06b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 27 Apr 2013 08:11:39 -0400 Subject: [PATCH] Bug 2046: Increment version number Database update for bug 2046 has been given version 3.11.00.203 (cherry picked from commit e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1) Signed-off-by: Jared Camins-Esakov --- 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 18703d2a78..9e5861e4d8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6771,7 +6771,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.11.00.203"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ALTER TABLE suggestions CHANGE COLUMN title title VARCHAR(255) DEFAULT NULL;}); print "Upgrade to $DBversion done (Bug 2046 - increasing title column length for suggestions)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 9d1e623eca..0202d9d5a6 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.11.00.202'; + our $VERSION = '3.11.00.203'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1