From 24be6eb80eda9dee146687d5109d41430c7a8c76 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 23 Jan 2014 17:07:27 +0000 Subject: [PATCH] Bug 11415: DBRev 3.15.00.014 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 46e54069ae..fb91869d4b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7930,10 +7930,10 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.014"; if (CheckVersion($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SelfCheckReceiptPrompt', '1', 'NULL', 'If ON, print receipt dialog pops up when self checkout is finished.', 'YesNo');"); - print "Upgrade to $DBversion done (Bug 11415: add system preference for self checkout receipt print)\n"; + print "Upgrade to $DBversion done (Bug 11415: add system preference for automatic self checkout receipt printing)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index c50be84079..498290ef73 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.15.00.013'; + our $VERSION = '3.15.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1