We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1f414 commit 5306df4Copy full SHA for 5306df4
CMakeLists.txt
@@ -8,7 +8,7 @@ else()
8
endif()
9
10
project(picoquic
11
- VERSION 1.1.19.9
+ VERSION 1.1.19.10
12
DESCRIPTION "picoquic library"
13
LANGUAGES C CXX)
14
picoquic/picoquic.h
@@ -40,7 +40,7 @@
40
extern "C" {
41
#endif
42
43
-#define PICOQUIC_VERSION "1.1.19.9"
+#define PICOQUIC_VERSION "1.1.19.10"
44
#define PICOQUIC_ERROR_CLASS 0x400
45
#define PICOQUIC_ERROR_DUPLICATE (PICOQUIC_ERROR_CLASS + 1)
46
#define PICOQUIC_ERROR_AEAD_CHECK (PICOQUIC_ERROR_CLASS + 3)
0 commit comments