From: Paul Poulain Date: Fri, 6 Apr 2012 15:37:26 +0000 (+0200) Subject: Bug 7613 follow-up DBRev number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=b90b271a0cdb5d891b2aece3ab99e042d181a12a;p=koha.git Bug 7613 follow-up DBRev number --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 266565b27a..a3fd90e819 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5147,9 +5147,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { } - - -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.045"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE import_batches MODIFY COLUMN batch_type ENUM('batch','z3950','webservice') NOT NULL default 'batch'"); print "Upgrade to $DBversion done (Add 'webservice' to batch_type enum)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 00d03c113c..7bd30faff0 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.044'; + our $VERSION = '3.07.00.045'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install