bump version 2023.12

This commit is contained in:
Tobias Diekershoff 2023-12-24 15:52:17 +01:00
parent b6e52849ca
commit d4a5a8051a
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2023.09-rc
2023.12

View File

@ -1,5 +1,5 @@
-- ------------------------------------------
-- Friendica 2023.09-rc (Giant Rhubarb)
-- Friendica 2023.12 (Yellow archangel)
-- DB_UPDATE_VERSION 1542
-- ------------------------------------------

View 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

View 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