Bug 10845: DBrev 3.15.00.040
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 19:01:07 +0000 (19:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 20:29:19 +0000 (20:29 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index af7cbc6..f1eb110 100755 (executable)
@@ -8294,12 +8294,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
-
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.040";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         UPDATE message_transports SET letter_code='HOLD' WHERE letter_code='HOLD_PHONE' OR letter_code='HOLD_PRINT'
index c508aff..51aa6b2 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.039';
+    our $VERSION = '3.15.00.040';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install