Preparations for v1.4.0

This commit is contained in:
Raffson 2024-03-16 19:23:39 +01:00
parent e9832b5d82
commit 7306427487
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
# Retribution v1.4.0
#### Note: Re-save your missions in DCS' Mission Editor to avoid possible crashes due to datalink (usually the case when F-16C blk50s are used) when hosting missions on a dedicated server.
## Features/Improvements
## Fixes
# Retribution v1.3.0
#### Note: Re-save your missions in DCS' Mission Editor to avoid possible crashes due to datalink (usually the case when F-16C blk50s are used) when hosting missions on a dedicated server.

View File

@ -6,10 +6,10 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "DCS Liberation"
copyright = "2023, DCS Liberation Team"
author = "DCS Liberation Team"
release = "7.0.0"
project = "DCS Retribution"
copyright = "2024, DCS Retribution Team"
author = "DCS Retribution Team"
release = "1.4.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -2,7 +2,7 @@ from pathlib import Path
MAJOR_VERSION = 1
MINOR_VERSION = 3
MINOR_VERSION = 4
MICRO_VERSION = 0