mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Advance develop to 8.0.0-preview.
This commit is contained in:
parent
8dc3fca290
commit
92c3087187
@ -1,3 +1,11 @@
|
|||||||
|
# 8.0.0
|
||||||
|
|
||||||
|
Saves from 7.x are not compatible with 8.0.
|
||||||
|
|
||||||
|
## Features/Improvements
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
# 7.0.0
|
# 7.0.0
|
||||||
|
|
||||||
Saves from 6.x are not compatible with 7.0.
|
Saves from 6.x are not compatible with 7.0.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
MAJOR_VERSION = 7
|
MAJOR_VERSION = 8
|
||||||
MINOR_VERSION = 0
|
MINOR_VERSION = 0
|
||||||
MICRO_VERSION = 0
|
MICRO_VERSION = 0
|
||||||
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))
|
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user