From c7ca5ad5af274b7236dbb22291a4c08599d99305 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Nov 2013 15:09:36 +0000 Subject: [PATCH] DBRev 3.15.00.000: on to what comes after Pi 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 f64d935455..e6f54f98e7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7756,6 +7756,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = '3.15.00.000'; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (the road goes ever on)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index e6836cf1d3..3579b972c0 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.15.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1