From 1e0503e8448d6c31389282539a68552b392b10bd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sun, 28 Dec 2014 19:55:25 -0300 Subject: [PATCH] Bug 1861: DBRev 3.19.00.003 Signed-off-by: Tomas Cohen Arazi --- 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 250f776297..5dab69dca8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9608,7 +9608,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.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 b844864d9a..6f5f0d6a2d 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.19.00.002'; + our $VERSION = '3.19.00.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0