]> git.mxchange.org Git - friendica.git/commitdiff
set version for 2023.09-rc
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Oct 2023 18:40:08 +0000 (20:40 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Oct 2023 18:40:08 +0000 (20:40 +0200)
VERSION
src/App.php

diff --git a/VERSION b/VERSION
index c32d7efee0f8ab40d24089720f1bee5b6917cc4f..ee9752d2e6212d20e7d6575684f43d7c4242f4f2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2023.09-dev
+2023.09-rc
index a708abe649e9f3a0e22c74746a6c2a8a4c430bc5..3482d1115883ba12ca063c1b507e7242ff1061cf 100644 (file)
@@ -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