Skip to content

Commit 4b7aa5c

Browse files
committed
Bump 4.2.3
1 parent 1afc466 commit 4b7aa5c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.lgtm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ path_classifiers:
1313
- tests
1414
- examples
1515
library:
16-
- thirdparty
16+
- 3rdparty
1717

1818
#########################################################################################
1919
# Use the `queries` block to change the default display of query results. #
2020
#########################################################################################
2121
queries:
2222
# Start by hiding the results of all queries.
23-
- exclude: "thirdparty"
23+
- exclude: "3rdparty"
2424

2525
#########################################################################################
2626
# Define changes to the default code extraction process. #

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
yasio-4.2.3
2+
3+
1. Update llvm to 17.0.6 for msvc14.40 support
4+
2. Remove logging duplicate new line
5+
3. Fix compile error on llvm-19
6+
7+
18
yasio-4.2.2
29

310
1. Fix c++23 deprecated std::aligned_storage warning

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.2.2
8+
Version: 4.2.3
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 0x040202
208+
#define YASIO_VERSION_NUM 0x040203
209209

210210
/*
211211
** The macros used by io_service.

0 commit comments

Comments
 (0)