mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CMake 4.3.4
This commit is contained in:
@@ -300,11 +300,12 @@ Changes made since CMake 4.3.0 include the following.
|
||||
``cps/<package-name>`` subdirectory of the current build directory,
|
||||
rather than directly to the current build directory.
|
||||
|
||||
.. 4.3.4
|
||||
4.3.4
|
||||
-----
|
||||
|
||||
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
|
||||
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
|
||||
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
|
||||
``version`` field format. It is now an object with major and minor version
|
||||
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
|
||||
with only the major version, ``1``.
|
||||
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
|
||||
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
|
||||
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
|
||||
``version`` field format. It is now an object with major and minor version
|
||||
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
|
||||
with only the major version, ``1``.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# CMake version number components.
|
||||
set(CMake_VERSION_MAJOR 4)
|
||||
set(CMake_VERSION_MINOR 3)
|
||||
set(CMake_VERSION_PATCH 3)
|
||||
set(CMake_VERSION_PATCH 4)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
set(CMake_VERSION_IS_DIRTY 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user