mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update changelog and versions to reflect move to 12 (#3417)
Update changelog and versions to reflect move to 12. Update changelog for Superbug mod update.
This commit is contained in:
parent
a76c0d298e
commit
38c3cdbf16
11
changelog.md
11
changelog.md
@ -1,3 +1,14 @@
|
|||||||
|
# 12.0.0
|
||||||
|
|
||||||
|
Saves from 11.x are not compatible with 12.0.0.
|
||||||
|
|
||||||
|
## Features/Improvements
|
||||||
|
|
||||||
|
* **[Mods]** F/A-18 E/F/G Super Hornet mod version updated to 2.3.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
|
||||||
# 11.1.1
|
# 11.1.1
|
||||||
|
|
||||||
Saves from 11.0.0 are compatible with 11.1.1. See Known Issues section for exceptions.
|
Saves from 11.0.0 are compatible with 11.1.1. See Known Issues section for exceptions.
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
project = "DCS Liberation"
|
project = "DCS Liberation"
|
||||||
copyright = "2024, DCS Liberation Team"
|
copyright = "2024, DCS Liberation Team"
|
||||||
author = "DCS Liberation Team"
|
author = "DCS Liberation Team"
|
||||||
release = "11.1.1"
|
release = "12.0.0"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
MAJOR_VERSION = 11
|
MAJOR_VERSION = 12
|
||||||
MINOR_VERSION = 1
|
MINOR_VERSION = 0
|
||||||
MICRO_VERSION = 1
|
MICRO_VERSION = 0
|
||||||
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))
|
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user