mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-25 15:55:27 +01:00
Improved win32 file version information
This commit is contained in:
@@ -13,6 +13,8 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 4)
|
||||
set(VERSION_PATCH 9)
|
||||
set(VERSION_PATCH_ORIG ${VERSION_PATCH})
|
||||
|
||||
if(VERSION_EXTRA)
|
||||
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user