Skip to content

Commit 646299a

Browse files
committed
Version 2.7.3
1 parent 6a55f70 commit 646299a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ushahidi 2.7.3b (Bug fix release) - 14/04/2014
1+
Ushahidi 2.7.3 (Bug fix release) - 23/04/2014
22
-------------------------------------
33

44
### Major Fixes

application/config/version.php

Lines changed: 1 addition & 1 deletion
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.3b";
6+
$config['ushahidi_version'] = "2.7.3";
77

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

sql/upgrade116-117.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
UPDATE `settings` SET `value` = 117 WHERE `key` = 'db_version';
33

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

sql/ushahidi.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,4 +1479,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
14791479
*
14801480
*/
14811481
UPDATE `settings` SET `value` = '117' WHERE `key` = 'db_version';
1482-
UPDATE `settings` SET `value` = '2.7.3b' WHERE `key`= 'ushahidi_version';
1482+
UPDATE `settings` SET `value` = '2.7.3' WHERE `key`= 'ushahidi_version';

0 commit comments

Comments
 (0)