From 7335add2a259028247c8cd590862e8490fa68a54 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 3 Apr 2012 18:32:25 +0200 Subject: [PATCH] bug 7291 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 3c570c5dc3..503c8ee593 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5139,7 +5139,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.044"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE aqbooksellers ADD deliverytime INT DEFAULT NULL"); print "Upgrade to $DBversion done (Add deliverytime field in aqbooksellers table)"; diff --git a/kohaversion.pl b/kohaversion.pl index 59c92c632b..00d03c113c 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.043'; + our $VERSION = '3.07.00.044'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1