Bug 6149: DBRev 3.17.00.019
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 5 Sep 2014 13:57:52 +0000 (10:57 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 5 Sep 2014 13:57:52 +0000 (10:57 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 15a4861..d5c517e 100755 (executable)
@@ -8704,7 +8704,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.019";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHighlightedWords is enabled','free')"
     );
index 1ff0a28..3697e5e 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.018';
+    our $VERSION = '3.17.00.019';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install