From 388990a241e9d02f2d1120c04fdc4e60e4007b24 Mon Sep 17 00:00:00 2001 From: Wifinigel Date: Sun, 5 Dec 2021 17:05:33 +0000 Subject: [PATCH] move to v2.2.4 --- release_notes.txt | 4 ++++ setup.sh | 4 ++-- version.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/release_notes.txt b/release_notes.txt index 9a34cee..b7a76c1 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +v2.2.4 +1. Allow use of hostname for mgt platform in config.ini +2. Fix static route addition for mgt platform to include interface GW address + v2.2.3 1. Merged PR with influx2 https & utctime fixes. Thanks jyoung15! diff --git a/setup.sh b/setup.sh index db0dd5f..ba6f2ab 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Installer for wiperf on WLAN Pi & RPi -VERSION='2.2.3' -POLLER_VERSION='0.3.5' +VERSION='2.2.4' +POLLER_VERSION='0.3.6' # Installation script log file LOG_FILE="/var/log/wiperf_install.log" diff --git a/version.txt b/version.txt index 6b4d157..0476155 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.3 \ No newline at end of file +2.2.4 \ No newline at end of file