Skip to content

Commit

Permalink
2.7.1 - Bug Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaulynder committed Sep 3, 2013
1 parent 085d66b commit 303fc19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ushahidi 2.7.1 (Bug fix release) - 22/08/2013
Ushahidi 2.7.1 (Bug fix release) - 04/09/2013
-------------------------------------

### Major Fixes
Expand Down
2 changes: 1 addition & 1 deletion application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* The Ushahidi Engine version
* Make sure to update the ushahidi_version in the settings table too!
*/
$config['ushahidi_version'] = "2.7.1b";
$config['ushahidi_version'] = "2.7.1";

/**
* The Ushahidi Engine DB revision number
Expand Down
2 changes: 1 addition & 1 deletion sql/upgrade107-108.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
UPDATE `settings` SET `value` = 108 WHERE `key` = 'db_version';

-- UPDATE ushahidi_version
UPDATE `settings` SET `value` = '2.7.1b' WHERE `key` = 'ushahidi_version';
UPDATE `settings` SET `value` = '2.7.1' WHERE `key` = 'ushahidi_version';
2 changes: 1 addition & 1 deletion sql/ushahidi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1499,4 +1499,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
*
*/
UPDATE `settings` SET `value` = '108' WHERE `key` = 'db_version';
UPDATE `settings` SET `value` = '2.7.1b' WHERE `key`= 'ushahidi_version';
UPDATE `settings` SET `value` = '2.7.1' WHERE `key`= 'ushahidi_version';

0 comments on commit 303fc19

Please sign in to comment.