mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update changelog and versions to reflect move to 12 (#3417)
Update changelog and versions to reflect move to 12. Update changelog for Superbug mod update.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user