Release cleanup

This commit is contained in:
Stranger1992 2025-01-04 18:32:12 +00:00
parent 1ba4924473
commit f61c9cf4ff
3 changed files with 6 additions and 4 deletions

View file

@ -17,7 +17,8 @@ body:
Please select the TombEngine Version from the dropdown list.
options:
- Development Build
- v1.7 (Latest release)
- v1.7.1 (Latest release)
- v1.7
- v1.6
validations:
required: true
@ -29,7 +30,8 @@ body:
Please select the Tomb Editor version used from the dropdown list.
options:
- Development Build
- v1.7.3 (Latest release)
- v1.7.4 (Latest release)
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0

View file

@ -3,7 +3,7 @@
The dates are in European standard format where date is presented as **YYYY-MM-DD**.
TombEngine releases are located in this repository (alongside with Tomb Editor): https://github.com/TombEngine/TombEditorReleases
## Version 1.7.1 - xxxx-xx-xx
## [Version 1.7.1] (https://github.com/TombEngine/TombEditorReleases/releases/tag/v1.7.4) - 2025-04-01
### Bug fixes
* Fixed static meshes with dynamic light mode not accepting room lights.

View file

@ -10,7 +10,7 @@
#define TEN_BUILD_NUMBER 1
#define TEN_REVISION_NUMBER 0
#define TEST_BUILD 1
#define TEST_BUILD 0
#define TOSTR(x) #x
#define MAKE_VERSION_STRING(major, minor, build, revision) TOSTR(major) "." TOSTR(minor) "." TOSTR(build) "." TOSTR(revision)