From 5531904dccd9d8a0c4c6eb68278213f011cdbf3c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 26 Mar 2012 11:00:34 +0200 Subject: [PATCH] big 7263 follow-up: DBRev number --- 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 76d7016521..484f2d3a28 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5036,7 +5036,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.037"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(" ALTER TABLE `marc_subfield_structure` ADD `maxlength` INT( 4 ) NOT NULL DEFAULT '9999'; diff --git a/kohaversion.pl b/kohaversion.pl index f1bfd44066..dbe2f12cbe 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.07.00.036'; + our $VERSION = '3.07.00.037'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2