mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
Merge remote-tracking branch 'origin/main' into experimental
This commit is contained in:
commit
ac3c9d4be0
|
|
@ -7,7 +7,7 @@ if(NOT OUTPUT_FILE)
|
||||||
message(FATAL_ERROR "OUTPUT_FILE must be set.")
|
message(FATAL_ERROR "OUTPUT_FILE must be set.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(BUILD_NUMBER 560) # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place.
|
set(BUILD_NUMBER 570) # Note: Build/network has to stay static for now, as without it builds wont be able to play together. We can change it later when we have a better versioning scheme in place.
|
||||||
set(SUFFIX "")
|
set(SUFFIX "")
|
||||||
|
|
||||||
# Get short SHA
|
# Get short SHA
|
||||||
|
|
@ -88,4 +88,4 @@ if(_changed)
|
||||||
file(RENAME "${_tmp}" "${OUTPUT_FILE}")
|
file(RENAME "${_tmp}" "${OUTPUT_FILE}")
|
||||||
else()
|
else()
|
||||||
file(REMOVE "${_tmp}")
|
file(REMOVE "${_tmp}")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue