Increase xmloutputversion to 1.03 for Zenmap unification changes.

This commit is contained in:
david 2008-09-19 23:55:47 +00:00
parent 45213685a9
commit 85a8d61536

View file

@ -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);