From 1ea8a4042d97d68ee0c8edb296d8c4a6c182485b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 14 Feb 2024 08:24:41 +0100 Subject: [PATCH] bump version to 2024.03-rc --- VERSION | 2 +- database.sql | 2 +- src/App.php | 2 +- view/lang/C/messages.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index dfca892bef..ab1b515189 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.03-dev +2024.03-rc diff --git a/database.sql b/database.sql index 5a6effd81f..f1966a15e7 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2024.03-dev (Yellow Archangel) +-- Friendica 2024.03-rc (Yellow Archangel) -- DB_UPDATE_VERSION 1552 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index 4c5f6bfa9d..5acae1e440 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Yellow Archangel'; - const VERSION = '2024.03-dev'; + const VERSION = '2024.03-rc'; // 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 c35509e4db..2d0345b1d8 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2024.03-dev\n" +"Project-Id-Version: 2024.03-rc\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-02-13 05:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"