From 79e3a884aeb8c48e950430b4e292739bda229e85 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 14 Oct 2013 20:41:43 +0000 Subject: [PATCH] Bug 10636: DBrev 3.13.00.030 Signed-off-by: Galen Charlton --- 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 7431fe59ad..5c020cb003 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7216,7 +7216,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.030"; if ( CheckVersion($DBversion) ) { $dbh->do(qq{ DELETE FROM patronimage WHERE NOT EXISTS (SELECT * FROM borrowers WHERE borrowers.cardnumber = patronimage.cardnumber) diff --git a/kohaversion.pl b/kohaversion.pl index 5905d33740..30a8f10ed8 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.13.00.029'; + our $VERSION = '3.13.00.030'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1