From 4a3b1f5b6b27cbdd2fda7468099140c42191c31e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Feb 2010 19:39:18 -0500 Subject: [PATCH] set DB revision to 3.01.00.111 for 3.2-lapha release 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 6c23edec43..c0dc925723 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3385,6 +3385,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } +$DBversion = '3.01.00.111'; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "Upgrade done (mark DBrev for 3.2-alpha release)\n"; + SetVersion ($DBversion); +} + =item DropAllForeignKeys($table) Drop all foreign keys of the table $table diff --git a/kohaversion.pl b/kohaversion.pl index dde10313d7..45747e6bc1 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.110'; + our $VERSION = '3.01.00.111'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0