From 43ba9aed087f7d9c3c78fc64d79fdc60f1875644 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 18 Aug 2007 02:32:37 +0000 Subject: [PATCH] Nmap 4.22SOC5 -- SOC4 was DOA --- CHANGELOG | 6 ++++-- nmap.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8390fa4c0..38299e74f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- - -4.22SOC4 +4.22SOC5 o The Windows installer should actually install UMIT properly now. +o Revert to an earlier (empty) umit.db as a problematic one was added + accidentally in 4.22SOC3 and SOC4. [Kris] + o Fixed the UMIT portion of the Windows installer build system to detect certain heinous errors (like not being able to find Python) and bail out. [Kris] diff --git a/nmap.h b/nmap.h index 6cc4d8aa4..1cff37cfc 100644 --- a/nmap.h +++ b/nmap.h @@ -253,8 +253,8 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "4.22SOC4" -#define NMAP_NUM_VERSION "4.22.0.4" +#define NMAP_VERSION "4.22SOC5" +#define NMAP_NUM_VERSION "4.22.0.5" #endif /* User configurable #defines: */