Bug 8015: DBRev 3.13.00.040
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 22:02:25 +0000 (22:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 22:51:13 +0000 (22:51 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2d4f4d5..c511773 100755 (executable)
@@ -7686,7 +7686,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.040";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("CREATE TABLE IF NOT EXISTS marc_modification_templates (
               template_id int(11) NOT NULL auto_increment,
index 656fd65..f9cc949 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.039';
+    our $VERSION = '3.13.00.040';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install