Bug 11169: DBRev 3.17.00.008
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 15 Jun 2014 14:24:59 +0000 (11:24 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 15 Jun 2014 14:27:20 +0000 (11:27 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 36b4ac8..c68ba51 100755 (executable)
@@ -8551,7 +8551,7 @@ if (CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.008";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('OPACAcquisitionDetails','0', '','Show the acquisition details at the OPAC','YesNo')
index 0543f8c..0a50ca4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.007';
+    our $VERSION = '3.17.00.008';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install