Bug 10120: DBRev 3.13.00.006
authorGalen Charlton <gmc@esilibrary.com>
Fri, 24 May 2013 15:40:21 +0000 (08:40 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 24 May 2013 15:47:41 +0000 (08:47 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e227796..f3a90d8 100755 (executable)
@@ -6971,7 +6971,7 @@ if(CheckVersion($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.13.00.006";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(
         q{
index abb9897..b8079ce 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.005';
+    our $VERSION = '3.13.00.006';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install