From 18c0ba94845324b232fdb3473987b70d1c756f67 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 22 May 2014 21:08:20 +0000 Subject: [PATCH] DBRev 3.17.00.000: ever onward 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 3fddef5e5e..8bd0f535f6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8477,6 +8477,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = '3.17.00.000'; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (there is no time to rest on our laurels)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index ebac2874d6..a07fc01bed 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.16.00.000'; + our $VERSION = '3.17.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1