From 44eba3f0461351b741c33574d14837152451fa9f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Nov 2013 00:53:22 +0000 Subject: [PATCH] DBRev 3.14.00.000: Koha 3.14.0 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 5 +++++ kohaversion.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index db9bf95278..f64d935455 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7750,6 +7750,11 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.14.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.14.0 release)\n"; + SetVersion ($DBversion); +} =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 1f6df4de1f..e6836cf1d3 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.13.00.043'; + our $VERSION = '3.14.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0