diff --git a/VERSION b/VERSION index 4f66207d10..ad6e0ee40a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.03-rc +2023.04 diff --git a/database.sql b/database.sql index 42a6c1f2e6..48c427fe86 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2023.03-rc (Giant Rhubarb) +-- Friendica 2023.04 (Giant Rhubarb) -- DB_UPDATE_VERSION 1518 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index bacf794b9b..b702109e11 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-rc'; + const VERSION = '2023.04'; // 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 3b6a81b603..a0021c8a8d 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-rc\n" +"Project-Id-Version: 2023.04\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-04-20 07:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"