]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge pull request #13831 from friendica/warning
[friendica.git] / src / App.php
index e697c3bb6548ef5aba5337dfc6ca1d8a9f091d44..4c5f6bfa9d2132148e4e40aeff3164494826576e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -63,8 +63,8 @@ use Psr\Log\LoggerInterface;
 class App
 {
        const PLATFORM = 'Friendica';
-       const CODENAME = 'Giant Rhubarb';
-       const VERSION  = '2023.09-rc';
+       const CODENAME = 'Yellow Archangel';
+       const VERSION  = '2024.03-dev';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php