]> git.mxchange.org Git - friendica.git/commitdiff
added missing dash in version
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 7 Jun 2017 05:36:04 +0000 (07:36 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 7 Jun 2017 05:36:04 +0000 (07:36 +0200)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index 3fec5bc901e4ddf60a057d389a7b0b15f18db796..b35d44161ce977de115e140c5ace99fd40f6c434 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.3dev
+3.5.3-dev
index 5f83cb3e40317dad8fd7ad767dd1eb4ba1bd1924..9428cf5a389d0757757aaa5139a5caac07bccc34 100644 (file)
--- 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      );