From ec9766e8a66121422779b9ec8e826706f0168cab Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 30 Dec 2014 10:19:49 +1300 Subject: [PATCH] Bumping database version to 3.18.02.003 --- 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 e5be389401..ed426c3c56 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9614,7 +9614,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.18.02.003"; if ( CheckVersion($DBversion) ) { my ($count) = $dbh->selectrow_array("SELECT COUNT(*) FROM borrowers GROUP BY userid HAVING COUNT(userid) > 1"); diff --git a/kohaversion.pl b/kohaversion.pl index 73466af65b..5d9b394587 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.02.002'; + our $VERSION = '3.18.02.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5