From 49cb53a07d166cd641c35834d6ab4647ddaf462c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 14 Feb 2015 20:11:00 +1300 Subject: [PATCH] Bumping db version to 3.18.03.002 --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9ba741460c..fe033226a7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9663,7 +9663,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.18.03.002"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('SessionRestrictionByIP','1','Check for Change in Remote IP address for Session Security. Disable when remote ip address changes frequently.','','YesNo')"); print "Upgrade to $DBversion done (Bug 5511 - SessionRestrictionByIP)"; diff --git a/kohaversion.pl b/kohaversion.pl index 7ce36214e3..0c94bc5125 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.03.001'; + our $VERSION = '3.18.03.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5