Skip to content

Commit bcbe0c7

Browse files
authored
Update version to 4.0.2 (#14)
1 parent 3ef8001 commit bcbe0c7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.28)
22

3-
project(msft_proxy4 VERSION 4.0.1 LANGUAGES CXX)
3+
project(msft_proxy4 VERSION 4.0.2 LANGUAGES CXX)
44
add_library(msft_proxy4 INTERFACE)
55
set_target_properties(msft_proxy4 PROPERTIES EXPORT_NAME proxy)
66
add_library(msft_proxy4::proxy ALIAS msft_proxy4)

docs/spec/msft_lib_proxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Starting with 3.0.0, Proxy ships a feature-test macro that encodes the library v
1010
1111
| Version | Value of `__msft_lib_proxy` |
1212
| ------- | --------------------------- |
13+
| 4.0.2 | `202603L` |
1314
| 4.0.1 | `202510L` |
1415
| 4.0.0 | `202508L` |
1516
| 3.4.0 | `202505L` |

include/proxy/v4/proxy_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define PRO4D_DEBUG(...) __VA_ARGS__
3030
#endif // NDEBUG
3131

32-
#define __msft_lib_proxy4 202510L
32+
#define __msft_lib_proxy4 202603L
3333

3434
#define PRO4D_DIRECT_FUNC_IMPL(...) \
3535
noexcept(noexcept(__VA_ARGS__)) \

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'msft_proxy4',
33
'cpp',
4-
version: '4.0.1',
4+
version: '4.0.2',
55
license: 'MIT',
66
license_files: 'LICENSE',
77
meson_version: '>=1.3',

0 commit comments

Comments
 (0)