From b84d8bfbc93be57bf84e03fa4b858edcd5616668 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 14 Apr 2013 22:24:47 -0700 Subject: begin to cut the umbilical --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/admin.php') diff --git a/mod/admin.php b/mod/admin.php index bda4b0794..4679e68e9 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -188,7 +188,7 @@ function admin_page_summary(&$a) { '$users' => Array( t('Registered users'), $users), '$accounts' => $accounts, '$pending' => Array( t('Pending registrations'), $pending), - '$version' => Array( t('Version'), FRIENDICA_VERSION), + '$version' => Array( t('Version'), RED_VERSION), '$build' => get_config('system','db_version'), '$plugins' => Array( t('Active plugins'), $a->plugins ) )); -- cgit v1.2.3