Bug 11846: DBrev 3.15.00.029
authorGalen Charlton <gmc@esilibrary.com>
Mon, 14 Apr 2014 15:22:28 +0000 (15:22 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 14 Apr 2014 15:22:28 +0000 (15:22 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index afbdf64..6db5569 100755 (executable)
@@ -8111,7 +8111,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.029";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         UPDATE borrower_debarments SET expiration = NULL WHERE expiration = '9999-12-31'
index 80d6e78..e82f931 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.028';
+    our $VERSION = '3.15.00.029';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install