From e5b837f1834d1e537a35dfb6f1c3bc060e4368f3 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sat, 16 Nov 2024 08:39:37 +0000 Subject: [PATCH] bump version to 2024.12-dev --- CHANGELOG | 7 +++++++ VERSION | 2 +- database.sql | 2 +- src/App.php | 2 +- view/lang/C/messages.po | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 49c15aa1e2..c6d00f5183 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 2024.12 (unreleased) + Friendica Core + + Friendica Addons + + Closed Issues + Version 2024.09 (unreleased) Friendica Core diff --git a/VERSION b/VERSION index 375619a5b1..36a4cb0dc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.09-rc +2024.12-dev diff --git a/database.sql b/database.sql index 8aa5c1d5b3..ee5ddb9c76 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2024.09-rc (Yellow Archangel) +-- Friendica 2024.12-dev (Yellow Archangel) -- DB_UPDATE_VERSION 1576 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index 6e3f0423a9..e302c85154 100644 --- a/src/App.php +++ b/src/App.php @@ -51,7 +51,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Yellow Archangel'; - const VERSION = '2024.09-rc'; + const VERSION = '2024.12-dev'; // 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 8c8c99879e..d66a1acb80 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2024.09-rc\n" +"Project-Id-Version: 2024.12-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-16 08:31+0000\n" +"POT-Creation-Date: 2024-11-16 08:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"