Bug 10572: DBrev 3.13.00.037
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 14:41:19 +0000 (14:41 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 14:45:47 +0000 (14:45 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6b12417..b85ab2d 100755 (executable)
@@ -7636,7 +7636,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.037";
 if ( CheckVersion($DBversion) ) {
     #add phone if it is not there already (explains the ignore option)
     $dbh->do("
index 4e61214..a2464d9 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.036';
+    our $VERSION = '3.13.00.037';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install