From: Paul Poulain Date: Fri, 6 Jul 2012 16:26:39 +0000 (+0200) Subject: Bug 7563 follow-up DBRev X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=b85d5d344099eeb3ccb3bb3bcc82b4b55db5f81b;p=koha.git Bug 7563 follow-up DBRev --- 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