Skip to content

Commit

Permalink
Update version to 2.2 in config files and DB
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Mar 14, 2012
1 parent 4a393e1 commit 98a2228
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Ushahidi Engine version
*/
$config['ushahidi_version'] = "2.1";
$config['ushahidi_version'] = "2.2";


/**
Expand Down
2 changes: 2 additions & 0 deletions sql/upgrade76-77.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE `settings` SET `ushahidi_version` = '2.2' WHERE `id`=1 LIMIT 1;
UPDATE `settings` SET `db_version` = '77' WHERE `id`=1 LIMIT 1;
2 changes: 1 addition & 1 deletion sql/ushahidi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1401,4 +1401,4 @@ CREATE TABLE IF NOT EXISTS `badge_users` (
*
*/
UPDATE `settings` SET `ushahidi_version` = '2.2' WHERE `id`=1 LIMIT 1;
UPDATE `settings` SET `db_version` = '76' WHERE `id` = 1 LIMIT 1;
UPDATE `settings` SET `db_version` = '77' WHERE `id` = 1 LIMIT 1;

0 comments on commit 98a2228

Please sign in to comment.