Skip to content

Commit

Permalink
Version 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaulynder committed Apr 23, 2014
1 parent 6a55f70 commit 646299a
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.3b (Bug fix release) - 14/04/2014
Ushahidi 2.7.3 (Bug fix release) - 23/04/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.3b";
$config['ushahidi_version'] = "2.7.3";

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

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

0 comments on commit 646299a

Please sign in to comment.