From e5c0783d20de75ca6f3599b2061ba64216b45c59 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 16 May 2014 12:36:16 +0200 Subject: [PATCH] Bug 11415: DBRev 3.14.06.001 --- 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 ef17721e3d..11c6f0ff89 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7916,7 +7916,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.14.06.001"; 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"; diff --git a/kohaversion.pl b/kohaversion.pl index c1367dda93..9c8f86c90f 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.14.06.000'; + our $VERSION = '3.14.06.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5