From: Chris Cormack Date: Wed, 30 Mar 2011 07:37:49 +0000 (+1300) Subject: Bug 5548 bumping db version number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=223436970b44098b97679fc6e696b88eb74f2db3;p=koha.git Bug 5548 bumping db version number --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index afa35f8d91..f2d6776e2a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4149,7 +4149,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.035'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `issuingrules` ADD hardduedate date default NULL AFTER issuelength"); $dbh->do("ALTER TABLE `issuingrules` ADD hardduedatecompare tinyint NOT NULL default 0 AFTER hardduedate"); diff --git a/kohaversion.pl b/kohaversion.pl index 344e334265..cd55624253 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.034'; + our $VERSION = '3.03.00.035'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install