Bug 7295: DBRev 3.13.00.039
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 16:33:17 +0000 (16:33 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 16:37:35 +0000 (16:37 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 4310259..721a9d1 100755 (executable)
@@ -7653,7 +7653,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.039";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("
         ALTER TABLE aqbasket ADD branch varchar(10) default NULL
index afb473c..656fd65 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.038';
+    our $VERSION = '3.13.00.039';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install