From: Vaibhav Bajpai Date: Fri, 3 May 2013 07:36:42 +0000 (+0200) Subject: * updated the version number to v0.84 in configure.ac X-Git-Tag: v0.85~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75026f4f19e1cbd5db245e621ae77070897da8f;p=thirdparty%2Fmtr.git * updated the version number to v0.84 in configure.ac * --csv uses MTR.{MTR_VERSION} format --- diff --git a/report.c b/report.c index 41b1194..f3f6043 100644 --- a/report.c +++ b/report.c @@ -27,6 +27,7 @@ #include #include "mtr.h" +#include "version.h" #include "report.h" #include "net.h" #include "dns.h" @@ -339,7 +340,8 @@ void csv_close(void) addr = net_addr(at); snprint_addr(name, sizeof(name), addr); - printf("MTR.0;%s;%d;%s", Hostname, at+1, name); + printf("MTR.%s;%s;%d;%s", MTR_VERSION, Hostname, at+1, name); + for( i=0; i