]> git.mxchange.org Git - friendica.git/commitdiff
start 2023.09-dev
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 May 2023 20:19:34 +0000 (22:19 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 May 2023 20:19:34 +0000 (22:19 +0200)
CHANGELOG
VERSION
database.sql
src/App.php

index 25db7dfa3f9560eded7d174c7d75a3e69509703f..94b2f067a7ceb426880c3e7748db148a53f402ef 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+Version 2023.09 (unreleased)
+  Friendica Core
+
+  Friendica Addons
+
+  Closed Issues
+
 Version 2023.05 (2023-05-23)
   Friendica Core
     Updates to the translations HU, PL
diff --git a/VERSION b/VERSION
index e4a82cd8ec67e3eaf5df68c311efbaa07cefe822..c32d7efee0f8ab40d24089720f1bee5b6917cc4f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2023.05
+2023.09-dev
index 6377222b0ba7cf75ead9c9e82392de068f357633..4e674d63f4ba5c346aa76ac4351d64be2a663a79 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2023.05 (Giant Rhubarb)
+-- Friendica 2023.09-dev (Giant Rhubarb)
 -- DB_UPDATE_VERSION 1518
 -- ------------------------------------------
 
index e47054f55bf26b35e2953a76c5ef04bf0ec54de8..249c9f66ac6c52d1edbed97a5a4237d32235f7b3 100644 (file)
@@ -64,7 +64,7 @@ class App
 {
        const PLATFORM = 'Friendica';
        const CODENAME = 'Giant Rhubarb';
-       const VERSION  = '2023.05';
+       const VERSION  = '2023.09-dev';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php