From 2a9de22e2aa034e8815666b79713d86ed933b783 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 30 Nov 2012 08:02:00 -0500 Subject: [PATCH] Bug 7189: Increment version number Database update for bug 7189 has been given version 3.11.00.003 --- 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 e7790ea0ea..b1f3571288 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6097,7 +6097,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.003"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('RefundLostItemFeeOnReturn', '1', 'If enabled, the lost item fee charged to a borrower will be refunded when the lost item is returned.', NULL, 'YesNo')"); print "Upgrade to $DBversion done (Bug 7189: Add system preference RefundLostItemFeeOnReturn)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a3619b09e7..7c6e2a9364 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.11.00.002'; + our $VERSION = '3.11.00.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5