From 60a67bb1f74e46d85125ff3707c926c41b58d814 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 16 Jul 2013 15:16:28 -0300 Subject: [PATCH] Bug 10490: DBrev 3.12.01.004 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sponsored-by: Universidad Nacional de Córdoba 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 4b590a6478..40c513adbe 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6892,7 +6892,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.12.01.004"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE issuingrules MODIFY COLUMN overduefinescap decimal(28,6) DEFAULT NULL;"); print "Upgrade to $DBversion done (Bug 10490: Correct datatype for overduefinescap in issuingrules)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 29ca8a4106..1448901d28 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.12.01.003'; + our $VERSION = '3.12.01.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5