Bug 10565: DBrev 3.13.00.031
authorGalen Charlton <gmc@esilibrary.com>
Mon, 14 Oct 2013 21:32:36 +0000 (21:32 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 14 Oct 2013 21:32:36 +0000 (21:32 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index bf7d654..128dde6 100755 (executable)
@@ -7262,7 +7262,7 @@ if ( CheckVersion($DBversion) ) {
     $dbh->{RaiseError} = 0;
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.031";
 if ( CheckVersion($DBversion) ) {
 
     $dbh->do(q{
index 30a8f10..bdd1ec0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.030';
+    our $VERSION = '3.13.00.031';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install