Browse Source

Merge branch 'release-3.25'

Brad King 3 years ago
parent
commit
a7e4445306
3 changed files with 3 additions and 12 deletions
  1. 0 7
      Help/release/dev/0-sample-topic.rst
  2. 0 2
      Help/release/index.rst
  3. 3 3
      Source/CMakeVersion.cmake

+ 0 - 7
Help/release/dev/0-sample-topic.rst

@@ -1,7 +0,0 @@
-0-sample-topic
---------------
-
-* This is a sample release note for the change in a topic.
-  Developers should add similar notes for each topic branch
-  making a noteworthy change.  Each document should be named
-  and titled to match the topic name to avoid merge conflicts.

+ 0 - 2
Help/release/index.rst

@@ -7,8 +7,6 @@ CMake Release Notes
   This file should include the adjacent "dev.txt" file
   This file should include the adjacent "dev.txt" file
   in development versions but not in release versions.
   in development versions but not in release versions.
 
 
-.. include:: dev.txt
-
 Releases
 Releases
 ========
 ========
 
 

+ 3 - 3
Source/CMakeVersion.cmake

@@ -1,8 +1,8 @@
 # CMake version number components.
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MAJOR 3)
-set(CMake_VERSION_MINOR 24)
-set(CMake_VERSION_PATCH 20221011)
-#set(CMake_VERSION_RC 0)
+set(CMake_VERSION_MINOR 25)
+set(CMake_VERSION_PATCH 0)
+set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)
 set(CMake_VERSION_IS_DIRTY 0)
 
 
 # Start with the full version number used in tags.  It has no dev info.
 # Start with the full version number used in tags.  It has no dev info.