From: Michael Vogel Date: Sat, 7 Nov 2015 15:01:46 +0000 (+0100) Subject: Merge pull request #2005 from tobiasd/20151101-dev X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4528529968d0ef291c7307c534e792e1bb0013ed;p=friendica.git Merge pull request #2005 from tobiasd/20151101-dev mark the development version --- 4528529968d0ef291c7307c534e792e1bb0013ed diff --cc boot.php index d1f0d705ff,11da7cb421..0c6683b0a1 --- 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', 1189 ); +define ( 'DB_UPDATE_VERSION', 1190 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );