From 3a6873fcbfcaa3e7b991beedbecb9d311722e12f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 15 Sep 2008 19:18:58 +0000 Subject: [PATCH] Automatic update of version numbers in mswin32/nmap.rc and mswin32/nsis/Nmap.nsi. --- mswin32/nmap.rc | 4 ++-- mswin32/nsis/Nmap.nsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mswin32/nmap.rc b/mswin32/nmap.rc index bdd29a393..fea8c8aca 100644 --- a/mswin32/nmap.rc +++ b/mswin32/nmap.rc @@ -12,7 +12,7 @@ // VS_VERSION_INFO VERSIONINFO -FILEVERSION 4,65,0,0 +FILEVERSION 4,76,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", "4.65\0" + VALUE "FileVersion", "4.76\0" VALUE "InternalName", "Nmap\0" VALUE "LegalCopyright", "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)\0" VALUE "LegalTrademarks", "NMAP\0" diff --git a/mswin32/nsis/Nmap.nsi b/mswin32/nsis/Nmap.nsi index 06ed716af..e745798de 100644 --- a/mswin32/nsis/Nmap.nsi +++ b/mswin32/nsis/Nmap.nsi @@ -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"