Skip to content

Commit

Permalink
version bump 8.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 27, 2024
1 parent 944105d commit dcebe6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ << "):"
Expand Down

0 comments on commit dcebe6a

Please sign in to comment.