diff --git a/CHANGELOG b/CHANGELOG index 925490d0c7..37cf82f5d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2024.08 (unreleased) +Version 2024.08 (2024-08-17) Friendica Core Updates to the translations AR, CS, DE, ES, FR, GD, HU, IS, IT, JA, NL, PL, RU, SV Updates to the documentation [foss-, loma-one, mexon] diff --git a/VERSION b/VERSION index 60c1d71035..a4d5b61769 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.06-rc +2024.08 diff --git a/database.sql b/database.sql index eef9c762fa..057d85bf26 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2024.06-rc (Yellow Archangel) +-- Friendica 2024.08 (Yellow Archangel) -- DB_UPDATE_VERSION 1571 -- ------------------------------------------ diff --git a/security.txt b/security.txt index 8a09ac7396..e36afeaa87 100644 --- a/security.txt +++ b/security.txt @@ -1,6 +1,6 @@ Contact: mailto:info@friendi.ca -Expires: 2025-01-30T23:59:59Z +Expires: 2025-06-30T23:59:59Z Preferred-Languages: en diff --git a/src/App.php b/src/App.php index da367186ab..56f72835eb 100644 --- a/src/App.php +++ b/src/App.php @@ -65,7 +65,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Yellow Archangel'; - const VERSION = '2024.06-rc'; + const VERSION = '2024.08'; // Allow themes to control internal parameters // by changing App values in theme.php diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 37e820d8af..504c702372 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2024.06-rc\n" +"Project-Id-Version: 2024.08\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-11 06:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"