From ae550b8328d24cd104c2040ac4c569c0b8405194 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 4 Dec 2014 14:15:05 -0300 Subject: [PATCH] DBRev 3.19.00.000: keep moving Signed-off-by: Tomas Cohen Arazi --- 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 97cbf9fb3c..cf17e0ba34 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9579,6 +9579,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.19.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (there's life after 3.18)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index ea58959a12..1baec5f160 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.18.00.000'; + our $VERSION = '3.19.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2