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.1 (Bug fix release) - 22/08 /2013
1+ Ushahidi 2.7.1 (Bug fix release) - 04/09 /2013
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.1b " ;
6+ $ config ['ushahidi_version ' ] = "2.7.1 " ;
77
88/**
99 * The Ushahidi Engine DB revision number
Original file line number Diff line number Diff line change 22UPDATE ` settings` SET ` value` = 108 WHERE ` key` = ' db_version' ;
33
44-- UPDATE ushahidi_version
5- UPDATE ` settings` SET ` value` = ' 2.7.1b ' WHERE ` key` = ' ushahidi_version' ;
5+ UPDATE ` settings` SET ` value` = ' 2.7.1 ' WHERE ` key` = ' ushahidi_version' ;
Original file line number Diff line number Diff line change @@ -1499,4 +1499,4 @@ CREATE TABLE IF NOT EXISTS `verified` (
14991499 *
15001500 */
15011501UPDATE ` settings` SET ` value` = ' 108' WHERE ` key` = ' db_version' ;
1502- UPDATE ` settings` SET ` value` = ' 2.7.1b ' WHERE ` key` = ' ushahidi_version' ;
1502+ UPDATE ` settings` SET ` value` = ' 2.7.1 ' WHERE ` key` = ' ushahidi_version' ;
You can’t perform that action at this time.
0 commit comments