File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88endif()
99
1010project(picoquic
11- VERSION 1.1.33.0
11+ VERSION 1.1.33.1
1212 DESCRIPTION "picoquic library"
1313 LANGUAGES C CXX)
1414
Original file line number Diff line number Diff line change 11# Build at a known-good commit
2- $COMMIT_ID= "5a4461d8a3948d9d26bf861e7d90cb80d8093515 "
2+ $COMMIT_ID= "bbcdbe6dc31ec5d4b72a7beece4daf58098bad42 "
33
44# Match expectations of picotlsvs project.
55mkdir $dir\include\
Original file line number Diff line number Diff line change 22#build last picotls master (for Travis)
33
44# Build at a known-good commit
5- COMMIT_ID= 5a4461d8a3948d9d26bf861e7d90cb80d8093515
5+ COMMIT_ID= bbcdbe6dc31ec5d4b72a7beece4daf58098bad42
66
77cd ..
88# git clone --branch master --single-branch --shallow-submodules --recurse-submodules --no-tags https://github.com/h2o/picotls
Original file line number Diff line number Diff line change 4040extern "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)
You can’t perform that action at this time.
0 commit comments