sync ports with The Matrix
This commit is contained in:
parent
92bfff2b71
commit
aa4256a8d0
65 changed files with 748 additions and 495 deletions
17
games/unknown-horizons/patches/patch-horizons_constants_py
Normal file
17
games/unknown-horizons/patches/patch-horizons_constants_py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue