We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 434854e + 3509d45 commit f2725dbCopy full SHA for f2725db
CMakeLists.txt
@@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
10
endif()
11
12
project( tools
13
- VERSION 0.4.4
+ VERSION 0.4.5
14
LANGUAGES CXX
15
)
16
ReleaseNotes.md
@@ -1,6 +1,8 @@
1
# Release Notes—tools
2
Given here are some release notes for tools.
3
4
+## tools v0.4.5
5
+
6
## tools v0.4.4
7
Bug fixes:
8
- fix an issue when using tools in a C++-20 project.
0 commit comments