1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Update version numbers in Windows build files.

This commit is contained in:
david
2010-09-15 23:58:10 +00:00
parent a2270f75d0
commit 1ff33d9d50
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,30,0,0
FILEVERSION 5,35,0,18
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@@ -29,7 +29,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Insecure.Org\0"
VALUE "FileDescription", "Nmap\0"
VALUE "FileVersion", "5.30BETA1\0"
VALUE "FileVersion", "5.35DC18\0"
VALUE "InternalName", "Nmap\0"
VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0"
VALUE "LegalTrademarks", "NMAP\0"

View File

@@ -48,8 +48,8 @@ SetCompressor /SOLID /FINAL lzma
;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\Nmap" ""
!define VERSION "5.30BETA1"
VIProductVersion "5.30.0.0"
!define VERSION "5.35DC18"
VIProductVersion "5.35.0.18"
VIAddVersionKey /LANG=1033 "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "Nmap"
VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org"