From 85a8d6153648f99e972e1df9c4f5c91886b0467f Mon Sep 17 00:00:00 2001 From: david Date: Fri, 19 Sep 2008 23:55:47 +0000 Subject: [PATCH] Increase xmloutputversion to 1.03 for Zenmap unification changes. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 364cbe738..df2ef1af7 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1502,7 +1502,7 @@ int nmap_main(int argc, char *argv[]) { free(p); } - log_write(LOG_XML, "start=\"%lu\" startstr=\"%s\" version=\"%s\" xmloutputversion=\"1.02\">\n", + log_write(LOG_XML, "start=\"%lu\" startstr=\"%s\" version=\"%s\" xmloutputversion=\"1.03\">\n", (unsigned long) timep, mytime, NMAP_VERSION); output_xml_scaninfo_records(&ports);