Bug 9043: DBRev 3.17.00.052
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 10 Nov 2014 15:41:03 +0000 (12:41 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 10 Nov 2014 15:41:03 +0000 (12:41 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d9b363d..a44141e 100755 (executable)
@@ -9425,7 +9425,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.052";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacAdvSearchOptions','pubdate|itemtype|language|sorting|location','Show search options','pubdate|itemtype|language|subtype|sorting|location','multiple');
index 384836e..bdcf203 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.051';
+    our $VERSION = '3.17.00.052';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install