mirror of
https://github.com/friendica/friendica
synced 2024-12-22 08:00:16 +00:00
bump version to 2024.12-dev
This commit is contained in:
parent
eb04f3b079
commit
e5b837f183
5 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Version 2024.12 (unreleased)
|
||||||
|
Friendica Core
|
||||||
|
|
||||||
|
Friendica Addons
|
||||||
|
|
||||||
|
Closed Issues
|
||||||
|
|
||||||
Version 2024.09 (unreleased)
|
Version 2024.09 (unreleased)
|
||||||
Friendica Core
|
Friendica Core
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2024.09-rc
|
2024.12-dev
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
-- ------------------------------------------
|
-- ------------------------------------------
|
||||||
-- Friendica 2024.09-rc (Yellow Archangel)
|
-- Friendica 2024.12-dev (Yellow Archangel)
|
||||||
-- DB_UPDATE_VERSION 1576
|
-- DB_UPDATE_VERSION 1576
|
||||||
-- ------------------------------------------
|
-- ------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ class App
|
||||||
{
|
{
|
||||||
const PLATFORM = 'Friendica';
|
const PLATFORM = 'Friendica';
|
||||||
const CODENAME = 'Yellow Archangel';
|
const CODENAME = 'Yellow Archangel';
|
||||||
const VERSION = '2024.09-rc';
|
const VERSION = '2024.12-dev';
|
||||||
|
|
||||||
// Allow themes to control internal parameters
|
// Allow themes to control internal parameters
|
||||||
// by changing App values in theme.php
|
// by changing App values in theme.php
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2024.09-rc\n"
|
"Project-Id-Version: 2024.12-dev\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-11-16 08:31+0000\n"
|
"POT-Creation-Date: 2024-11-16 08:36+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
Loading…
Reference in a new issue