Skip to content

Commit 996c77d

Browse files
committed
cfg: Update modpack version of converted games.
1 parent 0b3297b commit 996c77d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

cfg/converter/games/game_editions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ expansions = []
3838
]
3939

4040
[AOC.targetmods.aoe2_base]
41-
version = "0.5.1"
41+
version = "0.6.0"
4242
versionstr = "1.0c"
43-
min_api_version = "0.5.0"
43+
min_api_version = "0.6.0"
4444

4545

4646
[AOCDEMO]
@@ -63,9 +63,9 @@ expansions = []
6363
blend = ["data/blendomatic.dat"]
6464

6565
[AOCDEMO.targetmods.trial_base]
66-
version = "0.5.1"
66+
version = "0.6.0"
6767
versionstr = "Trial"
68-
min_api_version = "0.5.0"
68+
min_api_version = "0.6.0"
6969

7070

7171
[AOK]
@@ -145,9 +145,9 @@ expansions = []
145145
]
146146

147147
[AOE1DE.targetmods.de1_base]
148-
version = "0.5.1"
148+
version = "0.6.0"
149149
versionstr = "1.0a"
150-
min_api_version = "0.5.0"
150+
min_api_version = "0.6.0"
151151

152152

153153
[ROR]
@@ -185,9 +185,9 @@ expansions = []
185185
]
186186

187187
[ROR.targetmods.aoe1_base]
188-
version = "0.5.1"
188+
version = "0.6.0"
189189
versionstr = "1.0a"
190-
min_api_version = "0.5.0"
190+
min_api_version = "0.6.0"
191191

192192

193193
[HDEDITION]
@@ -229,9 +229,9 @@ expansions = []
229229
]
230230

231231
[HDEDITION.targetmods.hd_base]
232-
version = "0.5.1"
232+
version = "0.6.0"
233233
versionstr = "5.8"
234-
min_api_version = "0.5.0"
234+
min_api_version = "0.6.0"
235235

236236

237237
[AOE2DE]
@@ -278,9 +278,9 @@ expansions = []
278278
]
279279

280280
[AOE2DE.targetmods.de2_base]
281-
version = "0.6.0"
281+
version = "0.7.0"
282282
versionstr = "Update 118476+"
283-
min_api_version = "0.5.0"
283+
min_api_version = "0.6.0"
284284

285285

286286
[SWGB]
@@ -320,6 +320,6 @@ expansions = ["SWGB_CC"]
320320
]
321321

322322
[SWGB.targetmods.swgb_base]
323-
version = "0.5.1"
323+
version = "0.6.0"
324324
versionstr = "1.1-gog4"
325-
min_api_version = "0.5.0"
325+
min_api_version = "0.6.0"

openage/convert/tool/api_export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2024 the openage authors. See copying.md for legal info.
1+
# Copyright 2023-2025 the openage authors. See copying.md for legal info.
22

33
"""
44
Export tool for dumping the nyan API of the engine from the converter.
@@ -75,7 +75,7 @@ def create_modpack() -> Modpack:
7575

7676
mod_def = modpack.get_info()
7777

78-
mod_def.set_info("engine", modpack_version="0.5.0", versionstr="0.5.0", repo="openage")
78+
mod_def.set_info("engine", modpack_version="0.6.0", versionstr="0.6.0", repo="openage")
7979

8080
mod_def.add_include("**")
8181

0 commit comments

Comments
 (0)