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 8
8
endif ()
9
9
10
10
project (picoquic
11
- VERSION 1.1.33.0
11
+ VERSION 1.1.33.1
12
12
DESCRIPTION "picoquic library"
13
13
LANGUAGES C CXX)
14
14
Original file line number Diff line number Diff line change 1
1
# Build at a known-good commit
2
- $COMMIT_ID = " 5a4461d8a3948d9d26bf861e7d90cb80d8093515 "
2
+ $COMMIT_ID = " bbcdbe6dc31ec5d4b72a7beece4daf58098bad42 "
3
3
4
4
# Match expectations of picotlsvs project.
5
5
mkdir $dir \include\
Original file line number Diff line number Diff line change 2
2
# build last picotls master (for Travis)
3
3
4
4
# Build at a known-good commit
5
- COMMIT_ID= 5a4461d8a3948d9d26bf861e7d90cb80d8093515
5
+ COMMIT_ID= bbcdbe6dc31ec5d4b72a7beece4daf58098bad42
6
6
7
7
cd ..
8
8
# 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 40
40
extern "C" {
41
41
#endif
42
42
43
- #define PICOQUIC_VERSION "1.1.33.0 "
43
+ #define PICOQUIC_VERSION "1.1.33.1 "
44
44
#define PICOQUIC_ERROR_CLASS 0x400
45
45
#define PICOQUIC_ERROR_DUPLICATE (PICOQUIC_ERROR_CLASS + 1)
46
46
#define PICOQUIC_ERROR_AEAD_CHECK (PICOQUIC_ERROR_CLASS + 3)
You can’t perform that action at this time.
0 commit comments