From: Galen Charlton Date: Thu, 31 Oct 2013 22:02:25 +0000 (+0000) Subject: Bug 8015: DBRev 3.13.00.040 X-Git-Tag: v3.14.00-beta~34 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=b686fa007359de53e5d031b038486f43c1599d5d;p=koha_fer Bug 8015: DBRev 3.13.00.040 Signed-off-by: Galen Charlton --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 2d4f4d51ef..c511773fe4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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, diff --git a/kohaversion.pl b/kohaversion.pl index 656fd65b7e..f9cc9490a1 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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