From a971109d0cfac37e1438bb15511a113ebdd5f0dd Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 11 Mar 2013 08:56:08 -0400 Subject: [PATCH] Bug 9207: Increment version number Database update for bug 9207 has been given version 3.11.00.026 --- 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 ee4aebacd2..82654d8285 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6477,7 +6477,7 @@ if ( CheckVersion($DBversion) ) { } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.026"; if ( CheckVersion($DBversion) ) { $dbh->do(qq{ ALTER TABLE import_records ADD INDEX batch_id_record_type ( import_batch_id, record_type ); diff --git a/kohaversion.pl b/kohaversion.pl index 7276d74785..60ef7ffebb 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.025'; + our $VERSION = '3.11.00.026'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5