Skip to content

Commit

Permalink
version bump 8.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 30, 2024
1 parent 5e6c291 commit e160d16
Showing 1 changed file with 2 additions and 2 deletions.
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.5"
#define SW_VERSION "8.8.8"
//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,5,0
#define VER_FILEVERSION 8,8,8,0
//END FILE VERSION

#define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"
Expand Down

0 comments on commit e160d16

Please sign in to comment.