File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 31
31
If the bug was found in a development build, select "Development build"
32
32
and provide a link to the build in the field below.
33
33
options :
34
- - 12 .0.1
34
+ - 13 .0.0
35
35
- Development build
36
36
- type : textarea
37
37
attributes :
Original file line number Diff line number Diff line change 39
39
If the bug was found in a development build, select "Development build"
40
40
and provide a link to the build in the field below.
41
41
options :
42
- - 12 .0.1
42
+ - 13 .0.0
43
43
- Development build
44
44
- type : textarea
45
45
attributes :
Original file line number Diff line number Diff line change 1
- # 12.1 .0
1
+ # 13.0 .0
2
2
3
- Saves from 12.x are compatible with 12.1 .0.
3
+ Saves from 12.x are not compatible with 13.0 .0.
4
4
5
5
## Features/Improvements
6
6
7
- * ** [ Engine] ** Support for DCS 2.9.10.3948 .
7
+ * ** [ Engine] ** Support for DCS 2.9.12.5536 .
8
8
* ** [ Data] ** Support for CH-47 Chinook.
9
9
10
10
## Fixes
11
11
12
12
* ** [ Data] ** Added/updated CBU weapons data.
13
13
* ** [ Data] ** Added Strike mission type for KA-50 (all playable variants).
14
14
* ** [ Mission Generation] ** Fixed crash when using factions that have Eastern callsign conventions.
15
+ * ** [ Mission Generation] ** Fixed issues when spawning on carriers and FARPs in multiplayer sessions.
16
+
15
17
16
18
# 12.0.0
17
19
Original file line number Diff line number Diff line change 7
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
8
9
9
project = "DCS Liberation"
10
- copyright = "2024 , DCS Liberation Team"
10
+ copyright = "2025 , DCS Liberation Team"
11
11
author = "DCS Liberation Team"
12
- release = "12 .0.0"
12
+ release = "13 .0.0"
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
from pathlib import Path
2
2
3
3
4
- MAJOR_VERSION = 12
5
- MINOR_VERSION = 1
4
+ MAJOR_VERSION = 13
5
+ MINOR_VERSION = 0
6
6
MICRO_VERSION = 0
7
7
VERSION_NUMBER = "." .join (str (v ) for v in (MAJOR_VERSION , MINOR_VERSION , MICRO_VERSION ))
8
8
You can’t perform that action at this time.
0 commit comments