Skip to content

Commit 7543b5f

Browse files
authored
Bump version to 11.1.1 to include campaign updates as 11.1.0 was alre… (#3415)
…ady taken
1 parent 708402b commit 7543b5f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
If the bug was found in a development build, select "Development build"
3232
and provide a link to the build in the field below.
3333
options:
34-
- 11.0.0
34+
- 11.1.1
3535
- Development build
3636
- type: textarea
3737
attributes:

.github/ISSUE_TEMPLATE/new-game-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
If the bug was found in a development build, select "Development build"
4040
and provide a link to the build in the field below.
4141
options:
42-
- 11.0.0
42+
- 11.1.1
4343
- Development build
4444
- type: textarea
4545
attributes:

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 11.1.0
1+
# 11.1.1
22

3-
Saves from 11.0.0 are compatible with 11.1.0. See Known Issues section for exceptions.
3+
Saves from 11.0.0 are compatible with 11.1.1. See Known Issues section for exceptions.
44

55
## Features/Improvements
66

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "DCS Liberation"
1010
copyright = "2024, DCS Liberation Team"
1111
author = "DCS Liberation Team"
12-
release = "11.1.0"
12+
release = "11.1.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

game/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
MAJOR_VERSION = 11
55
MINOR_VERSION = 1
6-
MICRO_VERSION = 0
6+
MICRO_VERSION = 1
77
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))
88

99

0 commit comments

Comments
 (0)