From eb50618fe8f9847b01d5e8522d4e1ac8eb40d770 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 4 Oct 2023 20:40:08 +0200 Subject: [PATCH] set version for 2023.09-rc --- VERSION | 2 +- src/App.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c32d7efee..ee9752d2e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.09-dev +2023.09-rc diff --git a/src/App.php b/src/App.php index a708abe64..3482d1115 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.09-dev'; + const VERSION = '2023.09-rc'; // Allow themes to control internal parameters // by changing App values in theme.php