diff --git a/changelog.md b/changelog.md index 10ce3391..5331e0e8 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/docs/conf.py b/docs/conf.py index 3e30dc26..556f00f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/game/version.py b/game/version.py index 38323e30..4c092f62 100644 --- a/game/version.py +++ b/game/version.py @@ -2,7 +2,7 @@ from pathlib import Path MAJOR_VERSION = 1 -MINOR_VERSION = 3 +MINOR_VERSION = 4 MICRO_VERSION = 0