File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11image :
22 - Visual Studio 2013
33
4- version : 3.39.11 .{build}
4+ version : 3.39.12 .{build}
55
66environment :
77 global :
Original file line number Diff line number Diff line change 1+ yasio-3.39.12
2+
3+ 1 . Add more kcp options setup support
4+ 2 . Fix vs2013 lua binding build
5+
6+
17yasio-3.39.11
28
39 1 . Refactor pipe signal suppression.
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ includedir=${exec_prefix}/include
55
66Name: yasio
77Description: A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
8- Version: 3.39.11
8+ Version: 3.39.12
99Libs: -L${libdir}
1010Cflags: -I${includedir}/yasio
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ SOFTWARE.
198198/*
199199** The yasio version macros
200200*/
201- #define YASIO_VERSION_NUM 0x033911
201+ #define YASIO_VERSION_NUM 0x033912
202202
203203/*
204204** The macros used by io_service.
You can’t perform that action at this time.
0 commit comments