From 58295962b1e7b1f323b3423eb24cacbe0cde361b Mon Sep 17 00:00:00 2001 From: fdurand Date: Wed, 6 Apr 2011 15:51:33 +0200 Subject: [PATCH 3/3] [SIGNED-OFF] Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl Signed-off-by: fdurand --- 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 1b349e2..484724c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4234,7 +4234,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.03.00.045'; +$DBversion = 'XXX'; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE `accountlines` ADD `note` text NULL default NULL"); $dbh->do("ALTER TABLE `accountlines` ADD `manager_id` int( 11 ) NULL "); diff --git a/kohaversion.pl b/kohaversion.pl index 9bb910d..aa2eac2 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.03.00.044'; + our $VERSION = 'XXX'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 1.7.1