From 9db75fee05f13da6fe1ad08d9bf70948fbd56bc2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 22 Oct 2010 01:46:44 -0400 Subject: [PATCH] DB revision 3.02.00.004 - general release of Koha 3.2.0 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9b8332c4e0..523c533804 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3793,6 +3793,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } +$DBversion = "3.02.00.004"; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "Upgrade to $DBversion done (3.2.0 general release)\n"; + SetVersion ($DBversion); +} + =item DropAllForeignKeys($table) Drop all foreign keys of the table $table diff --git a/kohaversion.pl b/kohaversion.pl index eb91bd1213..b919410425 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.02.00.003'; + our $VERSION = '3.02.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0