Bug 10970: DBRev 3.15.00.004
authorGalen Charlton <gmc@esilibrary.com>
Fri, 6 Dec 2013 15:53:22 +0000 (15:53 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 6 Dec 2013 15:53:22 +0000 (15:53 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6e8d011..19893b4 100755 (executable)
@@ -7797,7 +7797,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.004";
 if ( CheckVersion($DBversion) ) {
     if ( C4::Context->preference("marcflavour") eq 'MARC21' ) {
         $dbh->do(qq{
index fad0452..9a256ad 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.003';
+    our $VERSION = '3.15.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install