Friendica Version 3.5.1 3.5.1
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Mar 2017 13:38:01 +0000 (14:38 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Mar 2017 13:38:01 +0000 (14:38 +0100)
CHANGELOG
VERSION [new file with mode: 0644]
boot.php

index 7a8c8d4..a3a974e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 3.5.1
+Version 3.5.1 (2017-03-12)
   Friendica Core:
     Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams]
     Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem]
diff --git a/VERSION b/VERSION
new file mode 100644 (file)
index 0000000..d5c0c99
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+3.5.1
index 832a95d..c8e84e5 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.1-rc' );
+define ( 'FRIENDICA_VERSION',      '3.5.1' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1215      );