diff options
author | Evan Prodromou <evan@status.net> | 2009-11-07 12:47:12 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-07 12:47:12 -0500 |
commit | 0491ee90ec55fca9f7a352ef995dba6eef89477b (patch) | |
tree | a888eb00ad9ae0d10a72ee28b9d7b1a575805d0e | |
parent | 8516c4eef0f5c1a5d1a0a1a6c077475875eed297 (diff) | |
parent | 4a8189ac7d37698e23101a1472d76336665b67b3 (diff) |
Merge branch 'testing' into 0.8.x
-rw-r--r-- | lib/common.php | 2 |
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'); |