From b0edca918b74b48d658534b54c0df1a84ec94661 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 30 Nov 2012 08:14:27 -0500 Subject: [PATCH] Bug 8782: Increment version number Database update for bug 8782 has been given version 3.11.00.004 --- 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 b79c618741..f24d8b4ae4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6103,7 +6103,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.004"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ ALTER TABLE subscription ADD COLUMN closed INT(1) NOT NULL DEFAULT 0 AFTER enddate; diff --git a/kohaversion.pl b/kohaversion.pl index 7c6e2a9364..d239732d7c 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.003'; + our $VERSION = '3.11.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1