[Cmake-commits] CMake branch, master, updated. v3.9.4-1083-gba8aa68

Kitware Robot kwrobot at kitware.com
Thu Oct 5 10:05:03 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  ba8aa6899d69068cfc5d04a5d21552fe45a3380c (commit)
       via  7f9783c2db342ea7fdb8a390713b427965aa635e (commit)
       via  05373ee1a2f53302a84a6900ea25244e9724f665 (commit)
       via  42d656b0b205fd0cd15aacc3360780111307b002 (commit)
      from  a91eb5e41f486628910f189bf40403568af013c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ba8aa6899d69068cfc5d04a5d21552fe45a3380c
commit ba8aa6899d69068cfc5d04a5d21552fe45a3380c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 5 09:59:57 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 5 09:59:57 2017 -0400

    Begin post-3.10 development

diff --git a/Help/release/dev/0-sample-topic.rst b/Help/release/dev/0-sample-topic.rst
new file mode 100644
index 0000000..e4cc01e
--- /dev/null
+++ b/Help/release/dev/0-sample-topic.rst
@@ -0,0 +1,7 @@
+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.
diff --git a/Help/release/index.rst b/Help/release/index.rst
index 0c7572f..6472b51 100644
--- a/Help/release/index.rst
+++ b/Help/release/index.rst
@@ -7,6 +7,8 @@ CMake Release Notes
   This file should include the adjacent "dev.txt" file
   in development versions but not in release versions.
 
+.. include:: dev.txt
+
 Releases
 ========
 
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 4ce6575..a9e5ae1 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 10)
-set(CMake_VERSION_PATCH 0)
-set(CMake_VERSION_RC 1)
+set(CMake_VERSION_PATCH 20171005)
+#set(CMake_VERSION_RC 1)

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7f9783c2db342ea7fdb8a390713b427965aa635e
commit 7f9783c2db342ea7fdb8a390713b427965aa635e
Merge: a91eb5e 05373ee
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 5 09:58:29 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 5 09:58:29 2017 -0400

    Merge branch 'release-3.10'


-----------------------------------------------------------------------

Summary of changes:
 Source/CMakeVersion.cmake              |    2 +-
 Utilities/Release/upload_release.cmake |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list