From 35279926b3865b003c6bd01d5c5378addfa903a9 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 22 Mar 2012 18:27:02 +0100 Subject: [PATCH] bug 6140 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 6291e47579..8259bf286a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5027,7 +5027,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.xxx"; +$DBversion = "3.07.00.036"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ ALTER TABLE `z3950servers` ADD `timeout` INT( 11 ) NOT NULL DEFAULT '0' AFTER `syntax`; diff --git a/kohaversion.pl b/kohaversion.pl index 5f2b5dc6a3..f1bfd44066 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.035'; + our $VERSION = '3.07.00.036'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0