From: Tobias Diekershoff Date: Wed, 7 Jun 2017 05:36:04 +0000 (+0200) Subject: added missing dash in version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36630daca6569eed8f71dab6663e4fce113aa6ff;p=friendica.git added missing dash in version --- diff --git a/VERSION b/VERSION index 3fec5bc901..b35d44161c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3dev +3.5.3-dev diff --git a/boot.php b/boot.php index 5f83cb3e40..9428cf5a38 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ require_once 'include/dbstructure.php'; define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5.3dev' ); +define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1227 );