From 3e6d78b646a5dfdb2e450db513fc5f3e3b090fe0 Mon Sep 17 00:00:00 2001 From: Dan Nagle Date: Wed, 30 Oct 2024 19:15:02 -0500 Subject: [PATCH] version bump 8.8.9 --- src/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals.h b/src/globals.h index 558c76ed..3ff97b9c 100755 --- a/src/globals.h +++ b/src/globals.h @@ -10,14 +10,14 @@ #pragma once //BEGIN SW VERSION -#define SW_VERSION "8.8.8" +#define SW_VERSION "8.8.9" //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,8,0 +#define VER_FILEVERSION 8,8,9,0 //END FILE VERSION #define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"