1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

Automatic update of version numbers in mswin32/nmap.rc and

mswin32/nsis/Nmap.nsi.
This commit is contained in:
david
2008-09-15 19:18:58 +00:00
parent 2c00352b8e
commit 3a6873fcbf
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Nmap" ""
!define VERSION "4.65"
VIProductVersion "4.65.0.0"
!define VERSION "4.76"
VIProductVersion "4.76.0.0"
VIAddVersionKey /LANG=1033 "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "Nmap"
VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org"