From c389b48a9f27d30317ce9833e4a99b025e92a87c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Mar 2023 21:22:33 +0100 Subject: [PATCH] bump version to 2023.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 f0bc8ce38a..4f66207d10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.03-dev +2023.03-rc diff --git a/database.sql b/database.sql index e05a420fa8..ec4f86309e 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2023.03-dev (Giant Rhubarb) +-- Friendica 2023.03-rc (Giant Rhubarb) -- DB_UPDATE_VERSION 1517 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index 792df0f748..d36eb253a7 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Giant Rhubarb'; - const VERSION = '2023.03-dev'; + const VERSION = '2023.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 1d8a5a33d5..3825ceac85 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2023.03-dev\n" +"Project-Id-Version: 2023.03-rc\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-02-18 20:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"