From f22781971379824da0f1249fec0beac2478c80e6 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 6 Jan 2012 10:58:08 +0100 Subject: [PATCH] follow-up: fixing DBrev wrong number I should not have used 3.06 (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 b5f96ef8fd..df68dac32a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4571,7 +4571,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.06.02.001"; +$DBversion = "3.07.00.003"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(" UPDATE `message_attributes` SET message_name='Item_Due' WHERE message_name='Item_DUE'"); print "Updating message_name in message_attributes"; diff --git a/kohaversion.pl b/kohaversion.pl index 29b43dfc3f..c762d2b16f 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.02.001'; + our $VERSION = '3.07.00.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2