From 59b1c2ef403c7645b7064bb9c2d558f485dfd70c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 10 Apr 2012 11:53:15 +0200 Subject: [PATCH] Bug 7886 follow-up DBRev number --- 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 eae6240350..adf944b7c9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4691,7 +4691,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.06.06.001"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("CREATE INDEX items_location ON items(location)"); $dbh->do("CREATE INDEX items_ccode ON items(ccode)"); diff --git a/kohaversion.pl b/kohaversion.pl index 1568592850..0da0b22f3b 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.06.05.000'; + our $VERSION = '3.06.06.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5