From: Michael Vogel Date: Tue, 17 Nov 2015 07:46:15 +0000 (+0100) Subject: Merge pull request #2061 from rabuzarus/0711_forumlist X-Git-Url: https://git.mxchange.org/?p=friendica.git;a=commitdiff_plain;h=e43c7a44472ccdefd01104e8d919a72e10ec77c3 Merge pull request #2061 from rabuzarus/0711_forumlist move forumlist addon to core --- e43c7a44472ccdefd01104e8d919a72e10ec77c3 diff --cc boot.php index 0c6683b0a1,6e9e45873a..d4c5ec093a --- a/boot.php +++ b/boot.php @@@ -17,9 -17,9 +17,9 @@@ require_once('include/dbstructure.php') define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Lily of the valley'); -define ( 'FRIENDICA_VERSION', '3.4.2' ); +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', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );