mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
RC for 3.3
This commit is contained in:
parent
216ad4c9fe
commit
81949173c6
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -15,7 +15,7 @@ require_once('update.php');
|
|||
require_once('include/dbstructure.php');
|
||||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_VERSION', '3.2.1754' );
|
||||
define ( 'FRIENDICA_VERSION', '3.3rc' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1173 );
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
|
|
Loading…
Reference in a new issue