Version bump, 3.4.0
This commit is contained in:
parent
b5b597221f
commit
e016db8bc6
|
@ -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)
|
||||
|
|
2
boot.php
2
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" );
|
||||
|
|
Loading…
Reference in a new issue