From d49cefdece6c099391d85db39d05540e306f4206 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 9 Jun 2012 16:28:00 +0200 Subject: [PATCH] bug 8167 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 0b991ef835..72d1cb3dcf 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5308,7 +5308,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.010"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('IssueLostItem', 'alert', 'alert|confirm|nothing', 'Defines what should be done when an attempt is made to issue an item that has been marked as lost.', 'Choice')"); print "Upgrade to $DBversion done (Add system preference issuelostitem ))\n"; diff --git a/kohaversion.pl b/kohaversion.pl index c29b27916d..496d4df68b 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.009'; + our $VERSION = '3.09.00.010'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1