Skip to content

Commit

Permalink
Version 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaulynder committed Aug 5, 2014
1 parent 5272d09 commit 2613255
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.4b (Bug fix release) - 31/07/2014
Ushahidi 2.7.4 (Bug fix release) - 05/08/2014
-------------------------------------

### 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.3";
$config['ushahidi_version'] = "2.7.4";

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

-- UPDATE ushahidi_version
UPDATE `settings` SET `value` = '2.7.4b' WHERE `key` = 'ushahidi_version';
UPDATE `settings` SET `value` = '2.7.4' 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 @@ -1481,4 +1481,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
*
*/
UPDATE `settings` SET `value` = '119' WHERE `key` = 'db_version';
UPDATE `settings` SET `value` = '2.7.4b' WHERE `key`= 'ushahidi_version';
UPDATE `settings` SET `value` = '2.7.4' WHERE `key`= 'ushahidi_version';

0 comments on commit 2613255

Please sign in to comment.