mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update branch to 5.0.1.
This commit is contained in:
parent
7278878266
commit
d710c2631a
@ -1,3 +1,11 @@
|
||||
# 5.0.1
|
||||
|
||||
Saves from 5.0.0 are compatible with 5.0.1.
|
||||
|
||||
## Features/Improvements
|
||||
|
||||
## Fixes
|
||||
|
||||
# 5.0.0
|
||||
|
||||
Saves from 4.x are not compatible with 5.0.
|
||||
|
||||
@ -3,7 +3,7 @@ from pathlib import Path
|
||||
|
||||
MAJOR_VERSION = 5
|
||||
MINOR_VERSION = 0
|
||||
MICRO_VERSION = 0
|
||||
MICRO_VERSION = 1
|
||||
|
||||
|
||||
def _build_version_string() -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user