From e96efd6afa76ccbb7fc3f75e537eb5360a7c3415 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 7 Mar 2012 17:30:49 +0100 Subject: [PATCH] Bug 3516 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 ddbc1ee070..52d3a6f3da 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4734,7 +4734,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.020"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OPACpatronimages',0,'Enable patron images in the OPAC',NULL,'YesNo');"); print "Upgrade to $DBversion done (Bug 3516: Add the option to show patron images in the OPAC.)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 514f2c7fe8..206c1cdc25 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.019'; + our $VERSION = '3.07.00.020'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1