From 94d170483fefe06df051728880835f196c9f2c78 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 29 Aug 2012 17:46:14 +0200 Subject: [PATCH] Bug 8670 follow-up DBRev number --- 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 ab3a1a2b65..3f7bba3871 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5635,7 +5635,7 @@ if(C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.031"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("DELETE FROM systempreferences WHERE variable='AmazonReviews'"); $dbh->do("DELETE FROM systempreferences WHERE variable='AmazonSimilarItems'"); diff --git a/kohaversion.pl b/kohaversion.pl index 0975d7f5e9..22e370a28e 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.09.00.030'; + our $VERSION = '3.09.00.031'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2