summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-05 17:18:16 -0500
committerEvan Prodromou <evan@status.net>2009-11-05 17:18:16 -0500
commit4a8189ac7d37698e23101a1472d76336665b67b3 (patch)
tree5a75829a9a2cfc537bd2669f57357a42a7d8ac69
parentf757ba3ca2f3c7cd647a6cd4421e98c1e310483e (diff)
update version number0.8.2
-rw-r--r--lib/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 016b04481..7af376d1b 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.2rc2');
+define('STATUSNET_VERSION', '0.8.2');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Life and How to Live It');