Bug 10195: DBRev 3.15.00.048
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 15:35:05 +0000 (15:35 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 15:35:05 +0000 (15:35 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 82db515..467253a 100755 (executable)
@@ -8405,7 +8405,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.048";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpacSuppressionRedirect','1','Redirect the opac detail page for suppressed records to an explanatory page (otherwise redirect to 404 error page)','','YesNo')");
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpacSuppressionMessage', '','Display this message on the redirect page for suppressed biblios','70|10','Textarea')");
index bf17adc..fd503d5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.047';
+    our $VERSION = '3.15.00.048';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install