File tree 4 files changed +4
-4
lines changed
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
2
2
-------------------------------------
3
3
4
4
### Major Fixes
Original file line number Diff line number Diff line change 3
3
* The Ushahidi Engine version
4
4
* Make sure to update the ushahidi_version in the settings table too!
5
5
*/
6
- $ config ['ushahidi_version ' ] = "2.7.1b " ;
6
+ $ config ['ushahidi_version ' ] = "2.7.1 " ;
7
7
8
8
/**
9
9
* The Ushahidi Engine DB revision number
Original file line number Diff line number Diff line change 2
2
UPDATE ` settings` SET ` value` = 108 WHERE ` key` = ' db_version' ;
3
3
4
4
-- 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` (
1499
1499
*
1500
1500
*/
1501
1501
UPDATE ` 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