Merge pull request #3047 from annando/1612-indexlength

New binary data fields to avoid index length problems
This commit is contained in:
Tobias Diekershoff
2016-12-29 19:11:54 +01:00
committed by GitHub
4 changed files with 33 additions and 33 deletions

View File

@@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_CODENAME', 'Asparagus');
define ( 'FRIENDICA_VERSION', '3.5.1-dev' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1209 );
define ( 'DB_UPDATE_VERSION', 1210 );
/**
* @brief Constant with a HTML line break.