From c7643737d569859d81b9734da1e26d438d3fab69 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 21 Mar 2013 11:08:08 -0400 Subject: [PATCH] Bug 9014: Increment version number Database update for bug 9014 has been given version 3.11.00.107 --- 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 cc51b46e22..caa1fc523c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6654,7 +6654,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.107"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice')"); print "Upgrade to $DBversion done (Bug 9014: Add syspref TimeFormat)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 4d8e9a1639..dc828591a0 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.106'; + our $VERSION = '3.11.00.107'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1