Skip to content

Commit d4311e6

Browse files
committed
Bump 3.39.12
1 parent 3ffee7e commit d4311e6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
- Visual Studio 2013
33

4-
version: 3.39.11.{build}
4+
version: 3.39.12.{build}
55

66
environment:
77
global:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
yasio-3.39.12
2+
3+
1. Add more kcp options setup support
4+
2. Fix vs2013 lua binding build
5+
6+
17
yasio-3.39.11
28

39
1. Refactor pipe signal suppression.

yasio.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${exec_prefix}/include
55

66
Name: yasio
77
Description: 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
99
Libs: -L${libdir}
1010
Cflags: -I${includedir}/yasio

yasio/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)