File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11image :
22 - Visual Studio 2013
33
4- version : 4.1.3 .{build}
4+ version : 4.1.4 .{build}
55
66environment :
77 global :
Original file line number Diff line number Diff line change 1+ yasio-4.1.4
2+
3+ 1 . Fix destroy of object_pool with mutex not thread-safe
4+
5+
16yasio-4.1.3
27
38 1 . Enable hres timer for Windows Universal Apps
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: 4.1.3
8+ Version: 4.1.4
99Libs: -L${libdir}
1010Cflags: -I${includedir}/yasio
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ SOFTWARE.
205205/*
206206** The yasio version macros
207207*/
208- #define YASIO_VERSION_NUM 0x040103
208+ #define YASIO_VERSION_NUM 0x040104
209209
210210/*
211211** The macros used by io_service.
You can’t perform that action at this time.
0 commit comments