Bug 9044: DBRev 3.13.00.036
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:15:06 +0000 (05:15 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:31:23 +0000 (05:31 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0fb9af6..3386ea0 100755 (executable)
@@ -7626,7 +7626,7 @@ INSERT IGNORE INTO systempreferences (variable,value,explanation,type) VALUES
     SetVersion($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.13.00.036";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq{
         INSERT INTO systempreferences (variable, value, explanation, options, type)
index 14c4dc5..4e61214 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.035';
+    our $VERSION = '3.13.00.036';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install