From eeadc00e83d8bc7144b0edf74c0fe851ef8636a6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 20 Dec 2022 06:48:39 +0100 Subject: [PATCH] bump VERSION to 2022.12 --- 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 0be738a656..b66c15a015 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.12-rc +2022.12 diff --git a/database.sql b/database.sql index ebae144365..6667b697fd 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2022.12-rc (Giant Rhubarb) +-- Friendica 2022.12 (Giant Rhubarb) -- DB_UPDATE_VERSION 1502 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index e8385b7f29..db3ebbd67c 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Giant Rhubarb'; - const VERSION = '2022.12-rc'; + const VERSION = '2022.12'; // 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 161cfdafb6..c660dac5c1 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2022.12-rc\n" +"Project-Id-Version: 2022.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-17 23:06-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"