From: Evan Prodromou Date: Sat, 31 Oct 2009 16:18:38 +0000 (-0400) Subject: update version to rc2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f7d390ad1ade40887398f0454e5aab4f0243fb9;p=quix0rs-gnu-social.git update version to rc2 --- diff --git a/lib/common.php b/lib/common.php index 3de567cd93..016b04481d 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');