mirror of
https://github.com/friendica/friendica
synced 2025-02-07 10:58:51 +00:00
2024.12
This commit is contained in:
parent
3ec12bb27b
commit
22732678cd
4 changed files with 5 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2024.09-rc
|
||||
2024.12
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2024.09-rc (Yellow Archangel)
|
||||
-- Friendica 2024.12 (Interrupted Fern)
|
||||
-- DB_UPDATE_VERSION 1576
|
||||
-- ------------------------------------------
|
||||
|
||||
|
|
|
@ -50,8 +50,8 @@ use Psr\Log\LoggerInterface;
|
|||
class App
|
||||
{
|
||||
const PLATFORM = 'Friendica';
|
||||
const CODENAME = 'Yellow Archangel';
|
||||
const VERSION = '2024.09-rc';
|
||||
const CODENAME = 'Interrupted Fern';
|
||||
const VERSION = '2024.12';
|
||||
|
||||
// Allow themes to control internal parameters
|
||||
// by changing App values in theme.php
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2024.09-rc\n"
|
||||
"Project-Id-Version: 2024.12\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-12-28 00:35+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue