version in NetHackProperties.props

This commit is contained in:
nhmall
2026-05-02 10:37:47 -04:00
parent 5c57ac49bf
commit f63164efc6
+2 -2
View File
@@ -2,8 +2,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<VERSION_MAJOR>3</VERSION_MAJOR>
<VERSION_MINOR>7</VERSION_MINOR>
<VERSION_MAJOR>5</VERSION_MAJOR>
<VERSION_MINOR>0</VERSION_MINOR>
<PATCHLEVEL>0</PATCHLEVEL>
<NETHACK_VERSION>$(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL)</NETHACK_VERSION>
<LUA_MAJOR_VERSION>5</LUA_MAJOR_VERSION>