From 65522e25ca8dd90b52e206288b6d0e51213a5b63 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 7 Mar 2013 11:16:43 -0500 Subject: [PATCH] Bug 8917: Increment version number Database update for bug 8917 has been given version 3.11.00.025 --- 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 1137c00b70..405e033cec 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6444,7 +6444,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.025"; if ( CheckVersion($DBversion) ) { $dbh->do( "CREATE TABLE linktracker ( diff --git a/kohaversion.pl b/kohaversion.pl index 015f9d3415..7276d74785 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.024'; + our $VERSION = '3.11.00.025'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1