From bf04e2974deddbcd6e4396e155dfcbf209b3da44 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 20 Mar 2013 14:47:31 -0400 Subject: [PATCH] Bug 9353: Increment version number Database update for bug 9353 has been given version 3.11.00.105 --- 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 31344d3c3b..d6c18d1864 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6564,7 +6564,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.105"; if ( CheckVersion($DBversion) ) { if ( C4::Context->preference("marcflavour") eq 'MARC21' ) { $sth = $dbh->prepare( diff --git a/kohaversion.pl b/kohaversion.pl index b51d6e8630..dce45b7ec6 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.104'; + our $VERSION = '3.11.00.105'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2