From 33e0a872ec9f1ad25ff86dae44d2fbb5828656aa Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 19 Mar 2013 21:46:50 -0400 Subject: [PATCH] Bug 9827: Increment version number Database update for bug 9827 has been given version 3.11.00.103 --- 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 8ee2d84cb1..dbb3faadf0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6550,7 +6550,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.103"; if ( CheckVersion($DBversion) ) { $dbh->do("DELETE FROM systempreferences WHERE variable = 'insecure';"); print "Upgrade to $DBversion done (Bug 9827 - Remove 'insecure' system preference)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 95e7fe8455..0545960316 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.102'; + our $VERSION = '3.11.00.103'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2