diff options
| -rw-r--r-- | Help/prop_sf/VS_CSHARP_tagname.rst | 2 | ||||
| -rw-r--r-- | Source/CMakeVersion.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_sf/VS_CSHARP_tagname.rst b/Help/prop_sf/VS_CSHARP_tagname.rst index 75720f8..77b1e16 100644 --- a/Help/prop_sf/VS_CSHARP_tagname.rst +++ b/Help/prop_sf/VS_CSHARP_tagname.rst @@ -16,7 +16,7 @@ Example usage: .. code-block:: cmake - set_source_files_property(<filename> + set_source_files_properties(<filename> PROPERTIES VS_CSHARP_DependentUpon <other file> VS_CSHARP_SubType "Form") diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 91a9bf7..06844dc 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 23) -set(CMake_VERSION_PATCH 20220607) +set(CMake_VERSION_PATCH 20220608) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0) |
