From 0476b6da325f8aaa8ebda4bc5352d96f3e5b386a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Oct 2013 05:15:06 +0000 Subject: [PATCH] Bug 9044: DBRev 3.13.00.036 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 0fb9af6879..3386ea06ea 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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) diff --git a/kohaversion.pl b/kohaversion.pl index 14c4dc5f80..4e6121497e 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.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 -- 2.20.1