Merge pull request #3524 from tobiasd/20170607-missingdash
added missing dash in version
This commit is contained in:
commit
89efc7dd13
2
boot.php
2
boot.php
|
@ -38,7 +38,7 @@ require_once 'include/dbstructure.php';
|
|||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_CODENAME', 'Asparagus');
|
||||
define ( 'FRIENDICA_VERSION', '3.5.3dev' );
|
||||
define ( 'FRIENDICA_VERSION', '3.5.3-dev' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1227 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue