Update A4EC mod version to 2.3 (#3525)

This commit is contained in:
zhexu14
2025-10-03 23:28:48 +10:00
committed by GitHub
parent a7488a5fdd
commit 5676c40788
4 changed files with 463 additions and 340 deletions

View File

@@ -843,7 +843,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
modLayout = QtWidgets.QGridLayout()
modLayout_row = 1
modLayout.addWidget(
QtWidgets.QLabel("A-4E Skyhawk (version 2.2.0)"), modLayout_row, 0
QtWidgets.QLabel("A-4E Skyhawk (version 2.3.0)"), modLayout_row, 0
)
modLayout.addWidget(a4_skyhawk, modLayout_row, 1)
modLayout_row += 1