From e016db8bc603dd50a44f71d4c96de94a9171c7e5 Mon Sep 17 00:00:00 2001 From: Beanow Date: Sun, 22 Mar 2015 15:25:31 +0100 Subject: [PATCH] Version bump, 3.4.0 --- CHANGELOG | 4 ++++ boot.php | 2 +- index.php | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4f0c232333..f130173a23 100644 --- 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) diff --git a/boot.php b/boot.php index 5a5437175e..9f6598e927 100644 --- 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', "
\r\n" ); diff --git a/index.php b/index.php index 295db01da2..a4a8624433 100644 --- 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";');