From f84c19fa70323b4fa89c0ff253e381619b7b14f0 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 6 Jan 2012 11:00:43 +0100 Subject: [PATCH] follow-up for DB rev number I should not have used 3.6 (see mail on koha-devel) --- 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 53d5bd732b..502e41b734 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4578,7 +4578,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.06.03.001"; +$DBversion = "3.07.00.004"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `suggestions` ADD `patronreason` TEXT NULL AFTER `reason`"); print "Upgrade to $DBversion done (Add column to suggestions table to store patrons' reasons for submitting a suggestion. )\n"; diff --git a/kohaversion.pl b/kohaversion.pl index d89c677cb2..398c5fe372 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.06.03.001'; + our $VERSION = '3.07.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5