From d4aace67fdc758cb62e5cb20970576941135dd3e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 24 Jun 2010 20:55:49 -0400 Subject: [PATCH] bug 4312: DBrev = 140 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 78f56221a9..bd0af51431 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3655,7 +3655,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){ SetVersion ($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.01.00.140'; if (C4::Context->preference('Version') < TransformToNum($DBversion)){ $dbh->do("UPDATE systempreferences SET value = '0' WHERE variable = 'TagsModeration' AND value is NULL"); print "Upgrade to $DBversion done (bug 4312 TagsModeration changed from NULL to 0)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index c44d78bdf7..3e138b755d 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -11,7 +11,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.139'; + our $VERSION = '3.01.00.140'; # version needs to be set this way # so that it can be picked up by Makefile.PL -- 2.11.0