From: Galen Charlton Date: Fri, 25 Jun 2010 09:32:33 +0000 (-0400) Subject: bug 2434: assign to DBrev 141 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=858ca174afe74a0fb84bb4d5e4f0d66e9f5088c4;p=koha.git bug 2434: assign to DBrev 141 Signed-off-by: Galen Charlton --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 3bbdca10ed..0569d6ded1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3662,7 +3662,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){ SetVersion ($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.01.00.141'; if (C4::Context->preference('Version') < TransformToNum($DBversion)){ $dbh->do(qq{DELETE FROM message_attributes WHERE message_attribute_id=3;}); $dbh->do(qq{DELETE FROM letter WHERE code='EVENT' AND title='Upcoming Library Event';}); diff --git a/kohaversion.pl b/kohaversion.pl index 3e138b755d..447496db7a 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -11,7 +11,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.140'; + our $VERSION = '3.01.00.141'; # version needs to be set this way # so that it can be picked up by Makefile.PL