Bug 7563 follow-up DBRev
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 16:26:39 +0000 (18:26 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 16:26:39 +0000 (18:26 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 143edf2..3430ffe 100755 (executable)
@@ -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";
index 73bedf8..c782809 100644 (file)
@@ -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