File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -295,9 +295,9 @@ Changes made since CMake 4.0.0 include the following.
295
295
used by the :generator: `Xcode ` generator as a fallback for the
296
296
:prop_tgt: `XCODE_SCHEME_WORKING_DIRECTORY ` target property.
297
297
298
- 4.0.3
299
- -----
298
+ 4.0.3, 4.0.4
299
+ ------------
300
300
301
- * This version made no changes to documented features or interfaces.
301
+ * These versions made no changes to documented features or interfaces.
302
302
Some implementation updates were made to support ecosystem changes
303
303
and/or fix regressions.
Original file line number Diff line number Diff line change 1
1
# CMake version number components.
2
2
set (CMake_VERSION_MAJOR 4)
3
3
set (CMake_VERSION_MINOR 0)
4
- set (CMake_VERSION_PATCH 3 )
4
+ set (CMake_VERSION_PATCH 4 )
5
5
#set(CMake_VERSION_RC 0)
6
6
set (CMake_VERSION_IS_DIRTY 0)
7
7
You can’t perform that action at this time.
0 commit comments