From dcebe6a35b2dc307e9594abc2be66ef2b1ee3005 Mon Sep 17 00:00:00 2001 From: Dan Nagle Date: Sat, 26 Oct 2024 19:09:35 -0500 Subject: [PATCH] version bump 8.8.5 --- snapcraft.yaml | 2 +- src/globals.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 319f656c..c7f83853 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: packetsender -version: 8.7.5 +version: 8.8.2 summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility icon: src/pslogo128.png description: | diff --git a/src/globals.h b/src/globals.h index 1e68ae63..07006602 100755 --- a/src/globals.h +++ b/src/globals.h @@ -10,14 +10,14 @@ #pragma once //BEGIN SW VERSION -#define SW_VERSION "8.8.2" +#define SW_VERSION "8.8.5" //END SW VERSION #define HANDSHAKE_STEPS_TIMEOUT 10 /* Milliseconds */ #define DTLS_THREAS_TIME_TO_LIVE 1000 /* Milliseconds */ //BEGIN FILE VERSION -#define VER_FILEVERSION 8,8,2,0 +#define VER_FILEVERSION 8,8,5,0 //END FILE VERSION #define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"