Skip to content

Commit

Permalink
Update changelog and versions to reflect move to 12 (#3417)
Browse files Browse the repository at this point in the history
Update changelog and versions to reflect move to 12.
Update changelog for Superbug mod update.
  • Loading branch information
zhexu14 committed Jun 28, 2024
1 parent a76c0d2 commit 38c3cdb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Saves from 11.0.0 are compatible with 11.1.1. See Known Issues section for exceptions.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "DCS Liberation"
copyright = "2024, DCS Liberation Team"
author = "DCS Liberation Team"
release = "11.1.1"
release = "12.0.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
6 changes: 3 additions & 3 deletions game/version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from pathlib import Path


MAJOR_VERSION = 11
MINOR_VERSION = 1
MICRO_VERSION = 1
MAJOR_VERSION = 12
MINOR_VERSION = 0
MICRO_VERSION = 0
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))


Expand Down

0 comments on commit 38c3cdb

Please sign in to comment.