From c5936bb51efa95caa9e3ed78cc1dd4d44ad9013d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 21 Mar 2024 08:09:16 +0100 Subject: [PATCH] bump version to 2024.06-dev --- 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 0d4c426015..93a894495d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.03 +2024.06-dev diff --git a/database.sql b/database.sql index 44c5910458..99b78f4b06 100644 --- a/database.sql +++ b/database.sql @@ -1,5 +1,5 @@ -- ------------------------------------------ --- Friendica 2024.03 (Yellow Archangel) +-- Friendica 2024.06-dev (Yellow Archangel) -- DB_UPDATE_VERSION 1557 -- ------------------------------------------ diff --git a/src/App.php b/src/App.php index e448fe6007..bcd49ff8c3 100644 --- a/src/App.php +++ b/src/App.php @@ -64,7 +64,7 @@ class App { const PLATFORM = 'Friendica'; const CODENAME = 'Yellow Archangel'; - const VERSION = '2024.03'; + const VERSION = '2024.06-dev'; // 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 ddc6b2b73a..6d837b6b69 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2024.03\n" +"Project-Id-Version: 2024.06-dev\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-01 08:51-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"