Skip to content

Commit 303fc19

Browse files
committed
2.7.1 - Bug Fix Release
1 parent 085d66b commit 303fc19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ushahidi 2.7.1 (Bug fix release) - 22/08/2013
1+
Ushahidi 2.7.1 (Bug fix release) - 04/09/2013
22
-------------------------------------
33

44
### Major Fixes

application/config/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The Ushahidi Engine version
44
* Make sure to update the ushahidi_version in the settings table too!
55
*/
6-
$config['ushahidi_version'] = "2.7.1b";
6+
$config['ushahidi_version'] = "2.7.1";
77

88
/**
99
* The Ushahidi Engine DB revision number

sql/upgrade107-108.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
UPDATE `settings` SET `value` = 108 WHERE `key` = 'db_version';
33

44
-- UPDATE ushahidi_version
5-
UPDATE `settings` SET `value` = '2.7.1b' WHERE `key` = 'ushahidi_version';
5+
UPDATE `settings` SET `value` = '2.7.1' WHERE `key` = 'ushahidi_version';

sql/ushahidi.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1499,4 +1499,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
14991499
*
15001500
*/
15011501
UPDATE `settings` SET `value` = '108' WHERE `key` = 'db_version';
1502-
UPDATE `settings` SET `value` = '2.7.1b' WHERE `key`= 'ushahidi_version';
1502+
UPDATE `settings` SET `value` = '2.7.1' WHERE `key`= 'ushahidi_version';

0 commit comments

Comments
 (0)