From ffe06426587591c0f648049887064eb85bccf9e7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 24 Apr 2009 08:16:30 -0500 Subject: [PATCH] DB rev 022: set DBrev for bug 2945 fix 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 9193ad6a78..e3a5606b6e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -2325,7 +2325,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.01.00.020'; +$DBversion = '3.01.00.022'; if ( C4::Context->preference('Version') < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE `labels_conf` MODIFY COLUMN `formatstring` mediumtext DEFAULT NULL"); print "Upgrade to $DBversion done (bug 2945: increase size of labels_conf.formatstring)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index e41d55fed7..11e5c42a75 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.021'; + our $VERSION = '3.01.00.022'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2