]> git.mxchange.org Git - friendica.git/commitdiff
Friendica 'Ginger' 3.3
authorFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Oct 2014 06:56:55 +0000 (08:56 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Oct 2014 06:56:55 +0000 (08:56 +0200)
boot.php
mod/admin.php
view/templates/admin_summary.tpl

index 20abdde5005401145c1ff6a52518b282a234b21f..f3c8db394874a2bb48f557742063f7cb46c7564f 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -15,7 +15,8 @@ require_once('update.php');
 require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.3rc' );
+define ( 'FRIENDICA_CODENAME', 'Ginger');
+define ( 'FRIENDICA_VERSION',      '3.3' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1173      );
 define ( 'EOL',                    "<br />\r\n"     );
index dff8ee15674b846e318e62080cafcf3e4765edca..12ab2bea5fdc33829fa8ae830c8964c12f1b289f 100644 (file)
@@ -223,6 +223,8 @@ function admin_page_summary(&$a) {
                '$accounts' => $accounts,
                '$pending' => Array( t('Pending registrations'), $pending),
                '$version' => Array( t('Version'), FRIENDICA_VERSION),
+               '$platform' => FRIENDICA_PLATFORM,
+               '$codename' => FRIENDICA_CODENAME,
                '$build' =>  get_config('system','build'),
                '$plugins' => Array( t('Active plugins'), $a->plugins )
        ));
index 3039e49134bd254392c7610921416c6f915b19c3..aaa8c9540845941115e497b9c78f13f7d2619df7 100644 (file)
@@ -34,7 +34,7 @@
 
        <dl>
                <dt>{{$version.0}}</dt>
-               <dd>{{$version.1}} - {{$build}}</dt>
+               <dd> {{$platform}} '{{$codename}}' {{$version.1}} - {{$build}}</dt>
        </dl>