From d56a693d844a1e64fc47b1f4b5ac82e0283f6493 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 9 Mar 2012 11:11:21 +0100 Subject: [PATCH] bug 7001 follow-up for DBRev --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 installer/data/mysql/updatedatabase.pl diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl old mode 100644 new mode 100755 index 5b72a91d46..06eded1300 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4774,7 +4774,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.023"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `message_transports` DROP FOREIGN KEY `message_transports_ibfk_3`"); $dbh->do("ALTER TABLE `letter` DROP PRIMARY KEY"); diff --git a/kohaversion.pl b/kohaversion.pl index 4baa582fa8..db0faf5fa1 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.07.00.022'; + our $VERSION = '3.07.00.023'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2