File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22UPDATE ` 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' ;
Original file line number Diff line number Diff line change @@ -1479,4 +1479,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
14791479 *
14801480 */
14811481UPDATE ` 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' ;
You can’t perform that action at this time.
0 commit comments