From: Tobias Diekershoff Date: Sun, 24 Dec 2023 14:57:10 +0000 (+0100) Subject: bump version 2024.03-dev X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b62ba6dfee87aa44f59a33c1905efb60fed3fa1;p=friendica.git bump version 2024.03-dev --- diff --git a/VERSION b/VERSION index c0d71d8545..dfca892bef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.12 +2024.03-dev diff --git a/src/App.php b/src/App.php index a01a6bc6c8..1938db0760 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Yellow Archangel'; - const VERSION = '2023.12'; + const VERSION = '2024.03-dev'; // Allow themes to control internal parameters // by changing App values in theme.php