Skip to content

Commit 700ae0c

Browse files
committed
Update version number
1 parent 954ed31 commit 700ae0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else()
88
endif()
99

1010
project(picoquic
11-
VERSION 1.1.19.10
11+
VERSION 1.1.19.11
1212
DESCRIPTION "picoquic library"
1313
LANGUAGES C CXX)
1414

picoquic/picoquic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
extern "C" {
4141
#endif
4242

43-
#define PICOQUIC_VERSION "1.1.19.10"
43+
#define PICOQUIC_VERSION "1.1.19.11"
4444
#define PICOQUIC_ERROR_CLASS 0x400
4545
#define PICOQUIC_ERROR_DUPLICATE (PICOQUIC_ERROR_CLASS + 1)
4646
#define PICOQUIC_ERROR_AEAD_CHECK (PICOQUIC_ERROR_CLASS + 3)
@@ -261,7 +261,7 @@ typedef enum {
261261
picoquic_callback_path_available, /* A new path is available, or a suspended path is available again */
262262
picoquic_callback_path_suspended, /* An available path is suspended */
263263
picoquic_callback_path_deleted, /* An existing path has been deleted */
264-
picoquic_callback_path_quality_changed, /* Some path quality parameters have changed */
264+
picoquic_callback_path_quality_changed /* Some path quality parameters have changed */
265265
} picoquic_call_back_event_t;
266266

267267
typedef struct st_picoquic_tp_prefered_address_t {

0 commit comments

Comments
 (0)