From b3f5867bb70d8aa66d9cbecab760dcec12b3faae Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 May 2014 21:48:14 +0000 Subject: [PATCH] Bug 10694: DBrev 3.15.00.042 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 3 +-- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9a82fab9ae..6a867f4ff6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8343,8 +8343,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - -$DBversion = "3.13.00.XXX"; +$DBversion = "3.15.00.042"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT INTO systempreferences diff --git a/kohaversion.pl b/kohaversion.pl index 526d64fac0..13fae84205 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.041'; + our $VERSION = '3.15.00.042'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5