mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Version bump, 3.4.0
This commit is contained in:
parent
b5b597221f
commit
e016db8bc6
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Version 3.4
|
||||||
|
|
||||||
|
#TODO List changes.
|
||||||
|
|
||||||
Version 3.3.3
|
Version 3.3.3
|
||||||
|
|
||||||
More separation between php and html in photo album (issue #1258) (rabuzarus)
|
More separation between php and html in photo album (issue #1258) (rabuzarus)
|
||||||
|
|
2
boot.php
2
boot.php
|
@ -16,7 +16,7 @@ require_once('include/dbstructure.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
||||||
define ( 'FRIENDICA_VERSION', '3.3.3' );
|
define ( 'FRIENDICA_VERSION', '3.4.0' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1182 );
|
define ( 'DB_UPDATE_VERSION', 1182 );
|
||||||
define ( 'EOL', "<br />\r\n" );
|
define ( 'EOL', "<br />\r\n" );
|
||||||
|
|
|
@ -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.
|
* 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";');
|
// header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";');
|
||||||
|
|
Loading…
Reference in a new issue