bump version 2023.12 2023.12
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Dec 2023 14:52:17 +0000 (15:52 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Dec 2023 14:52:17 +0000 (15:52 +0100)
VERSION
database.sql
security.txt
src/App.php

diff --git a/VERSION b/VERSION
index ee9752d..c0d71d8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2023.09-rc
+2023.12
index 81082cb..f114bb5 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2023.09-rc (Giant Rhubarb)
+-- Friendica 2023.12 (Yellow archangel)
 -- DB_UPDATE_VERSION 1542
 -- ------------------------------------------
 
index 5795051..d3adcec 100644 (file)
@@ -1,6 +1,6 @@
 Contact: mailto:info@friendi.ca
 
-Expires: 2024-04-30T23:59:59Z
+Expires: 2024-10-30T23:59:59Z
 
 Preferred-Languages: en
 
index e697c3b..a01a6bc 100644 (file)
@@ -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  = '2023.12';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php