From 142acaf8df1bce808487051d2bf404fedb7c6caa Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 6 Dec 2013 15:53:22 +0000 Subject: [PATCH] Bug 10970: DBRev 3.15.00.004 Signed-off-by: Galen Charlton --- 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 6e8d011f86..19893b4463 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7797,7 +7797,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.004"; if ( CheckVersion($DBversion) ) { if ( C4::Context->preference("marcflavour") eq 'MARC21' ) { $dbh->do(qq{ diff --git a/kohaversion.pl b/kohaversion.pl index fad0452585..9a256ad068 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.003'; + our $VERSION = '3.15.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1