summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-31 12:18:38 -0400
committerEvan Prodromou <evan@status.net>2009-10-31 12:18:38 -0400
commit9f7d390ad1ade40887398f0454e5aab4f0243fb9 (patch)
tree71fda68abaac8e2bf336110beafa0f6f7b98100a
parent5e27d53947ff64c8aee1b2287e1c77bbeaea51f7 (diff)
update version to rc2
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 3de567cd9..016b04481 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -19,7 +19,7 @@
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
-define('STATUSNET_VERSION', '0.8.2dev');
+define('STATUSNET_VERSION', '0.8.2rc2');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Life and How to Live It');