From cec20df6d9a863d9ee33c670970b37f62d508280 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 14 Sep 2012 15:46:08 +0200 Subject: [PATCH] Bug 8002 follow-up for the follow-up, DBRev number --- 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 b503c4142d..7e8e8c2fbd 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5781,7 +5781,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.045"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE borrower_attribute_types MODIFY category_code VARCHAR( 10 ) NULL DEFAULT NULL"); print "Upgrade to $DBversion done. (Bug 8002: Update patron attribute types table from varchar(1) to varchar(10) category_code)\nWarning to Koha System Administrators: If you use borrower attributes defined by borrower categories, you have to check your configuration. A bug may have removed your attribute links to borrower categories.\nPlease check, and fix it if necessary."; diff --git a/kohaversion.pl b/kohaversion.pl index 5fdccddc08..fa53f73d7e 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.09.00.044'; + our $VERSION = '3.09.00.045'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2