mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update version numbers in mswin32 files.
This commit is contained in:
parent
683889c70b
commit
730d55f2f6
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 4,22,0,2
|
||||
FILEVERSION 4,22,0,6
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x21L
|
||||
|
|
@ -29,7 +29,7 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Insecure.Org\0"
|
||||
VALUE "FileDescription", "Nmap\0"
|
||||
VALUE "FileVersion", "4.22SOC2\0"
|
||||
VALUE "FileVersion", "4.22SOC6\0"
|
||||
VALUE "InternalName", "Nmap\0"
|
||||
VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0"
|
||||
VALUE "LegalTrademarks", "NMAP\0"
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
;Get installation folder from registry if available
|
||||
InstallDirRegKey HKCU "Software\Nmap" ""
|
||||
|
||||
!define VERSION "4.22SOC2"
|
||||
VIProductVersion "4.22.0.2"
|
||||
!define VERSION "4.22SOC6"
|
||||
VIProductVersion "4.22.0.6"
|
||||
VIAddVersionKey /LANG=1033 "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey /LANG=1033 "ProductName" "Nmap"
|
||||
VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue