1
1
Fork 0

Merge pull request #2061 from rabuzarus/0711_forumlist

move forumlist addon to core
This commit is contained in:
Michael Vogel 2015-11-17 08:46:15 +01:00
commit e43c7a4447
13 changed files with 524 additions and 112 deletions

View file

@ -19,7 +19,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_CODENAME', 'Lily of the valley');
define ( 'FRIENDICA_VERSION', '3.4.3-dev' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1190 );
define ( 'DB_UPDATE_VERSION', 1191 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );