sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-28 21:55:12 +00:00
parent 92bfff2b71
commit aa4256a8d0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
65 changed files with 748 additions and 495 deletions

View file

@ -0,0 +1,17 @@
Index: horizons/constants.py
--- horizons/constants.py.orig
+++ horizons/constants.py
@@ -92,10 +92,10 @@ def get_git_version():
##Versioning
class VERSION:
RELEASE_NAME = "Unknown Horizons %s"
- RELEASE_VERSION = get_git_version()
+ #RELEASE_VERSION = get_git_version()
# change for release:
- IS_DEV_VERSION = True
- #RELEASE_VERSION = u'2019.1'
+ IS_DEV_VERSION = False
+ RELEASE_VERSION = u'2019.1'
REQUIRED_FIFE_MAJOR_VERSION = 0
REQUIRED_FIFE_MINOR_VERSION = 4