From 0cb4f09eb25f8636e77e4ea0cfa5c96ed185821e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 1 Nov 2013 14:22:26 +0000 Subject: [PATCH] DBRev 3.13.00.042: mark Koha 3.14 beta Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c4daf1665e..6162bc5c32 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7737,6 +7737,12 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.13.00.042"; +if(CheckVersion($DBversion)) { + print "Upgrade to $DBversion done (Koha 3.14 beta)\n"; + SetVersion($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 981f60db96..fcd5d586f1 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.041'; + our $VERSION = '3.13.00.042'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install