]> git.mxchange.org Git - friendica.git/commitdiff
Version bump, 3.4.0
authorBeanow <beanow@oscp.info>
Sun, 22 Mar 2015 14:25:31 +0000 (15:25 +0100)
committerBeanow <beanow@oscp.info>
Sun, 22 Mar 2015 14:25:31 +0000 (15:25 +0100)
CHANGELOG
boot.php
index.php

index 4f0c2323333265d349bd58b0e65d004dfee227fa..f130173a23e36b88ed9638b548fa4d785410b79b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 3.4
+
+       #TODO List changes.
+
 Version 3.3.3
     
        More separation between php and html in photo album (issue #1258) (rabuzarus)
index 5a5437175ef26a9cdd26d541b41be75b23a6096a..9f6598e927b97fd3da929e96142c041d111a9994 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Ginger');
-define ( 'FRIENDICA_VERSION',      '3.3.3' );
+define ( 'FRIENDICA_VERSION',      '3.4.0' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1182      );
 define ( 'EOL',                    "<br />\r\n"     );
index 295db01da2138b42d4ae0caee25e1a7a544eec32..a4a86244332415168f5b47a0456e15190cd65cd9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -115,7 +115,6 @@ if((x($_GET,'zrl')) && (!$install && !$maintenance)) {
  *
  * What we really need to do is output the raw headers ourselves so we can keep them separate.
  *
-
  */
 
 // header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');