From b3676c33d0016a8ea3deb3c0c89499a9dff93b11 Mon Sep 17 00:00:00 2001 From: Fridolin SOMERS Date: Fri, 13 Dec 2013 12:01:58 +0100 Subject: [PATCH] Bug 11040: DBRev 3.14.00.001 Signed-off-by: Fridolin SOMERS --- 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 49ade97727..75a00e303a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7756,7 +7756,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.14.00.001"; if ( CheckVersion($DBversion) ) { $dbh->do("UPDATE systempreferences SET value='clear' where variable = 'CircAutoPrintQuickSlip' and value = '0'"); $dbh->do("UPDATE systempreferences SET value='qslip' where variable = 'CircAutoPrintQuickSlip' and value = '1'"); diff --git a/kohaversion.pl b/kohaversion.pl index e6836cf1d3..d0ec4818f8 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.00.000'; + our $VERSION = '3.14.00.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5