From cc4d75380941acec672b29a7d814caaea33ac0ae Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 23 Apr 2013 21:16:12 +1200 Subject: [PATCH] Bumping database version --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5c0a08a347..2c1f1f4b20 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6208,6 +6208,13 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.10.05.000"; +if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { + print "Upgrade to $DBversion done (3.10.5 release)\n"; + SetVersion($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 39f739e2ba..1c0531b913 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.10.04.003'; + our $VERSION = '3.10.05.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1