From 3d70e9a4668dbc7f7abed6b8963fd2fd8f21a1b9 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 14 Dec 2012 08:14:16 -0500 Subject: [PATCH] Bug 7067: Increment version number Database update for bug 7067 has been given version 3.11.00.008 --- 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 0b6fa80e55..7870718901 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6181,7 +6181,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.11.00.XXX'; +$DBversion = "3.11.00.008"; if (CheckVersion($DBversion)) { $dbh->do(" CREATE TABLE IF NOT EXISTS `borrower_modifications` ( diff --git a/kohaversion.pl b/kohaversion.pl index 3953e20f1e..136a73b245 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.007'; + our $VERSION = '3.11.00.008'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2