Skip to content

Commit da7015a

Browse files
committed
Version 1.1.33.1
1 parent effde5b commit da7015a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.33.0
11+
VERSION 1.1.33.1
1212
DESCRIPTION "picoquic library"
1313
LANGUAGES C CXX)
1414

ci/build_picotls.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build at a known-good commit
2-
$COMMIT_ID= "5a4461d8a3948d9d26bf861e7d90cb80d8093515"
2+
$COMMIT_ID= "bbcdbe6dc31ec5d4b72a7beece4daf58098bad42"
33

44
# Match expectations of picotlsvs project.
55
mkdir $dir\include\

ci/build_picotls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#build last picotls master (for Travis)
33

44
# Build at a known-good commit
5-
COMMIT_ID= 5a4461d8a3948d9d26bf861e7d90cb80d8093515
5+
COMMIT_ID= bbcdbe6dc31ec5d4b72a7beece4daf58098bad42
66

77
cd ..
88
# git clone --branch master --single-branch --shallow-submodules --recurse-submodules --no-tags https://github.com/h2o/picotls

picoquic/picoquic.h

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

43-
#define PICOQUIC_VERSION "1.1.33.0"
43+
#define PICOQUIC_VERSION "1.1.33.1"
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)

0 commit comments

Comments
 (0)