From: Paul Poulain Date: Wed, 27 Jun 2012 14:56:08 +0000 (+0200) Subject: Bug 7304 followup DBRev number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e73058e469fc8a0dcc3babc81218703882d382fa;p=koha.git Bug 7304 followup DBRev number --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index a0fafb59d5..9533b66322 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5392,7 +5392,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.09.00.018"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("DROP TABLE IF EXISTS aqbudgetborrowers"); $dbh->do(" diff --git a/kohaversion.pl b/kohaversion.pl index 07c5fb2e02..6bea4f794d 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.09.00.017'; + our $VERSION = '3.09.00.018'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install