From 6fbe246257925efe7715884e944ac91c0bcd4109 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 2 Mar 2013 12:09:26 -0500 Subject: [PATCH] Bug 9520: Increment version number Database update for bug 9520 has been given version 3.11.00.023 --- 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 4311824ac3..7e5e243566 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6437,7 +6437,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.023"; if ( CheckVersion($DBversion) ) { $dbh->do("UPDATE z3950servers SET host = 'lx2.loc.gov', port = 210, db = 'LCDB', syntax = 'USMARC', encoding = 'utf8' WHERE name = 'LIBRARY OF CONGRESS'"); print "Upgrade to $DBversion done (Bug 9520 - Update default LOC Z39.50 target)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index bdc568972f..dc3f223eda 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.11.00.022'; + our $VERSION = '3.11.00.023'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1