From 42579892b732d2bf1871b50027bdccfaac3446ee Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Oct 2013 23:40:54 +0000 Subject: [PATCH] Bug 8307: DBrev 3.13.00.041 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 e8acfb87e8..c4daf1665e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7728,7 +7728,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.041"; if(CheckVersion($DBversion)) { $dbh->do(q{ INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AcqItemSetSubfieldsWhenReceived','','Set subfields for item when items are created when receiving (e.g. o=5|a="foo bar")','','Free'); diff --git a/kohaversion.pl b/kohaversion.pl index f9cc9490a1..981f60db96 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.040'; + our $VERSION = '3.13.00.041'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1