From b85d5d344099eeb3ccb3bb3bcc82b4b55db5f81b Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 6 Jul 2012 18:26:39 +0200 Subject: [PATCH] Bug 7563 follow-up DBRev --- 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 143edf2410..3430ffe348 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5466,7 +5466,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion ="XXX"; +$DBversion ="3.09.00.024"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('IntranetSlipPrinterJS','','Use this JavaScript for printing slips. Define at least function printThenClose(). For use e.g. with Firefox PlugIn jsPrintSetup, see http://jsprintsetup.mozdev.org/','','Free')"); print "Upgrade to $DBversion done (Add system preference IntranetSlipPrinterJS))\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 73bedf8637..c782809da6 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.023'; + our $VERSION = '3.09.00.024'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5