From 3651fa29e293114346fbf44443739b11d88fb875 Mon Sep 17 00:00:00 2001 From: Jef Poskanzer Date: Wed, 6 Nov 2013 09:42:54 -0800 Subject: [PATCH] Bump version. On further reflection, last night's seemingly trivial change to the JSON sending/receiving routines is actually a protocol change, on some machines, and therefore merits a version number change. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index b0878d4..7e0cafe 100644 --- a/src/version.h +++ b/src/version.h @@ -7,5 +7,5 @@ * for complete information. */ -#define IPERF_VERSION "3.0-RC3" -#define IPERF_VERSION_DATE "01 November 2013" +#define IPERF_VERSION "3.0-RC4" +#define IPERF_VERSION_DATE "06 November 2013"