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

Update version number in nmap.rc and Nmap.nsi.

This commit is contained in:
david
2010-06-30 14:50:00 +00:00
parent 429e2b9dfd
commit 6df527a98c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -45,7 +45,7 @@
InstallDirRegKey HKCU "Software\Nmap" ""
!define VERSION "5.30BETA1"
VIProductVersion "5.30.0.1"
VIProductVersion "5.30.0.0"
VIAddVersionKey /LANG=1033 "FileVersion" "${VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "Nmap"
VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org"