From d51d6c5feb8e960f1080b686c298082799061ef8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 20 May 2013 10:18:03 -0700 Subject: [PATCH] DBrev 3.13.00.000 -- onwards to Koha 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 fd6bd08b86..49a892de3c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6840,6 +6840,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = '3.13.00.000'; +if (C4::Context->preference("Version") < TransformToNum($DBversion)) { + print "Upgrade to $DBversion done (start the journey to Koha Pi)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 19664f494f..fe75c7c5a2 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.12.00.000'; + our $VERSION = '3.13.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5