From 076e537986e0561c3fd2ad4b67251d61821ed712 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 4 Oct 2013 14:37:37 +0000 Subject: [PATCH] Bug 10096: DBRev 3.13.00.024 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 6a4129a2da..9871cfdf0c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7162,7 +7162,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.024"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ALTER TABLE z3950servers ADD COLUMN recordtype VARCHAR(45) NOT NULL DEFAULT 'biblio' AFTER description;}); print "Upgrade to $DBversion done (Bug 10096 - Add a Z39.50 interface for authority searching)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index ecec3249d7..dc992d76dc 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.023'; + our $VERSION = '3.13.00.024'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1