From f4bb74e075fb1906a44ca6e7e42de91a851afb59 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 19 Mar 2013 20:39:20 -0400 Subject: [PATCH] Bug 9341: Increment version number Database update for bug 9341 has been given version 3.11.00.101 --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ba02d99ad7..fdca979ba4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6526,12 +6526,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.11.00.100'; +$DBversion = "3.11.00.100"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { print "Upgrade to $DBversion done (3.12-alpha release)\n"; SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.101"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('UNIMARCAuthorsFacetsSeparator',', ', 'UNIMARC authors facets separator', NULL, 'short')"); print "Upgrade to $DBversion done (Bug 9341: Problem with UNIMARC authors facets)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index aafce46843..768c052f90 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.100'; + our $VERSION = '3.11.00.101'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0