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  4c29297495b53e07f61a6de1f5f689ddd6bab7bd (commit)
       via  e7ef66abd02dbd9b05358ffb09c11263f5c0fcc7 (commit)
       via  16613bc05074e6c895f6b86567f5c92111346d62 (commit)
       via  0b2431896fe5d6178c0a3442c20d3f032a6a1536 (commit)
      from  ead89868ba09bb331ae31c116f1cec4a44713b3b (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=4c29297495b53e07f61a6de1f5f689ddd6bab7bd
commit 4c29297495b53e07f61a6de1f5f689ddd6bab7bd
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Oct 7 10:57:39 2019 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Oct 7 10:57:39 2019 -0400

    Begin post-3.16 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 0cc3f97..a4585a5 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 51a9217..c068594 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,8 +1,8 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 16)
-set(CMake_VERSION_PATCH 0)
-set(CMake_VERSION_RC 0)
+set(CMake_VERSION_PATCH 20191007)
+#set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)
 
 # Start with the full version number used in tags.  It has no dev info.

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e7ef66abd02dbd9b05358ffb09c11263f5c0fcc7
commit e7ef66abd02dbd9b05358ffb09c11263f5c0fcc7
Merge: ead8986 16613bc
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Oct 7 10:56:41 2019 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Oct 7 10:56:41 2019 -0400

    Merge branch 'release-3.16'


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

Summary of changes:
 Source/CMakeVersion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to