Bug 12052: DBrev 3.15.00.023
authorGalen Charlton <gmc@esilibrary.com>
Tue, 15 Apr 2014 22:34:18 +0000 (22:34 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 15 Apr 2014 22:35:38 +0000 (22:35 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e04eed1..4de4f4e 100755 (executable)
@@ -8120,7 +8120,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.030";
 if(CheckVersion($DBversion)) {
     $dbh->do(q|
         INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OPACMySummaryNote','','','Note to display on the patron summary page. This note only appears if the patron is connected.','Free')
index e82f931..008a5b3 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.029';
+    our $VERSION = '3.15.00.030';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install