From 563942ab8431bf1675174e1a14e02400af4a1552 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 20 Nov 2012 06:57:22 -0500 Subject: [PATCH] Bug 9107: Increment version number Database update for bug 9107 has been given version 3.09.00.066 --- 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 07c0b4387e..964df0c6af 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6055,7 +6055,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.09.00.066"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("DELETE FROM systempreferences WHERE variable='DidYouMeanFromAuthorities'"); print "Upgrade to $DBversion done (Bug 9107: remove DidYouMeanFromAuthorities syspref)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index fbb8d69211..3057f380a6 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.09.00.065'; + our $VERSION = '3.09.00.066'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1