From 110c36bbfcc612dec4177cd20956f805efb1ea0d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 30 Nov 2010 06:57:09 +1300 Subject: [PATCH] bug 5217 incrementing db version 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 01e6eced4b..d093946cde 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3842,7 +3842,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.004'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { my $count = $dbh->selectrow_array('SELECT COUNT(*) FROM letter WHERE module = ? AND code = ?', {}, 'suggestions', 'ACCEPTED'); $dbh->do(q/ diff --git a/kohaversion.pl b/kohaversion.pl index 86d63f9eaa..53c172489d 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.003'; + our $VERSION = '3.03.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2