From 7f8369dc2f937db6c4a5f588567f53a447733222 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 21 Mar 2013 11:44:08 -0400 Subject: [PATCH] Bug 7241: Increment version number Database update for bug 7241 has been given version 3.11.00.108 --- 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 dc144dd4b9..8ce6a00d77 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6661,7 +6661,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.108"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE action_logs CHANGE timestamp timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;"); $dbh->do("UPDATE action_logs SET info=(SELECT itemnumber FROM items WHERE biblionumber= action_logs.info LIMIT 1) WHERE module='CIRCULATION' AND action in ('ISSUE','RETURN');"); diff --git a/kohaversion.pl b/kohaversion.pl index dc828591a0..d9bdb74bab 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.107'; + our $VERSION = '3.11.00.108'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1