Increased database version
This commit is contained in:
parent
5dfa513b62
commit
8d13751d40
4 changed files with 5 additions and 6 deletions
2
boot.php
2
boot.php
|
@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
|||
define ( 'FRIENDICA_CODENAME', 'Asparagus');
|
||||
define ( 'FRIENDICA_VERSION', '3.5.2-rc' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1227 );
|
||||
define ( 'DB_UPDATE_VERSION', 1228 );
|
||||
|
||||
/**
|
||||
* @brief Constant with a HTML line break.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue