From 08156df33c91d9fc2a9c4a0fbba567c09cfaf91e Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 13 Feb 2012 12:21:59 +0100 Subject: [PATCH] Bug 7345 DBrev numbering --- 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 7f850f88a2..29987513f5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4671,7 +4671,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.07.99.XXX"; #FIXME +$DBversion = "3.07.00.013"; #FIXME if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacExportOptions','bibtex|dc|marcxml|marc8|utf8|marcstd|mods|ris','Define available export options on OPAC detail page.','','free');"); print "Upgrade to $DBversion done (Bug 7345: Add system preference OpacExportOptions.)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index bb5dfe5657..12baea49c7 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.07.00.012'; + our $VERSION = '3.07.00.013'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2