]> granicus.if.org Git - nethack/commitdiff
match the vs version info values with include/patchlevel.h in 3.7
authornhmall <nhmall@nethack.org>
Sun, 12 May 2019 19:50:33 +0000 (15:50 -0400)
committernhmall <nhmall@nethack.org>
Sun, 12 May 2019 19:50:33 +0000 (15:50 -0400)
win/win32/vs2017/NetHackProperties.props

index 83ce4c99440405152e69e73fdd61cd75bb0315a7..227fe601d78951a71673cadd5dfcecc97b6a60e1 100644 (file)
@@ -3,8 +3,8 @@
   <ImportGroup Label="PropertySheets" />
   <PropertyGroup Label="UserMacros">
     <VERSION_MAJOR>3</VERSION_MAJOR>
-    <VERSION_MINOR>6</VERSION_MINOR>
-    <PATCHLEVEL>3</PATCHLEVEL>
+    <VERSION_MINOR>7</VERSION_MINOR>
+    <PATCHLEVEL>0</PATCHLEVEL>
   </PropertyGroup>
   <PropertyGroup />
   <ItemDefinitionGroup />
@@ -22,4 +22,4 @@
       <EnvironmentVariable>true</EnvironmentVariable>
     </BuildMacro>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>