Skip to content

Commit bd70d7b

Browse files
committed
Bump 4.1.4
1 parent 39b5ae9 commit bd70d7b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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: 4.1.3.{build}
4+
version: 4.1.4.{build}
55

66
environment:
77
global:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
yasio-4.1.4
2+
3+
1. Fix destroy of object_pool with mutex not thread-safe
4+
5+
16
yasio-4.1.3
27

38
1. Enable hres timer for Windows Universal Apps

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: 4.1.3
8+
Version: 4.1.4
99
Libs: -L${libdir}
1010
Cflags: -I${includedir}/yasio

yasio/config.hpp

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

0 commit comments

Comments
 (0)