summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-14 01:50:21 +0000
committerSarven Capadisli <csarven@status.net>2010-01-14 01:50:21 +0000
commit085406ea88efd4caaad3933871554dd30a23eba6 (patch)
tree78828e20ad893a84060090395b06e365e7123467 /lib/common.php
parentacc48289e5f87e879e6a1182b43e405016e675d6 (diff)
parentfba840ed568222b082dbac81cd8e38217d53a7ec (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php
index 00e80373e..243ac3e79 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -22,7 +22,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
//exit with 200 response, if this is checking fancy from the installer
if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; }
-define('STATUSNET_VERSION', '0.9.0rc2');
+define('STATUSNET_VERSION', '0.9.0rc3');
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
define('STATUSNET_CODENAME', 'Stand');
@@ -136,7 +136,6 @@ try {
exit;
}
-
// XXX: other formats here
define('NICKNAME_FMT', VALIDATE_NUM.VALIDATE_ALPHA_LOWER);