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, next has been updated
       via  0c1355ff6b6e05324b7d9d28d9b72d91e3ef9e20 (commit)
       via  8dac3af03c0685d61ff10e1d1adc4bbf6d096966 (commit)
       via  84039a6aa2b1bbc606dbb8bbccf956296a2c153b (commit)
      from  1366ab7171a995f35de6f1a91a80515057428730 (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=0c1355ff6b6e05324b7d9d28d9b72d91e3ef9e20
commit 0c1355ff6b6e05324b7d9d28d9b72d91e3ef9e20
Merge: 1366ab7 8dac3af
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Sun Sep 18 10:40:02 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Sun Sep 18 10:40:02 2016 -0400

    Merge topic 'postgresql-96' into next
    
    8dac3af0 FindPostgreSQL: Search for version 9.6
    84039a6a FindPostgreSQL: Correct comment about known postgres versions


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8dac3af03c0685d61ff10e1d1adc4bbf6d096966
commit 8dac3af03c0685d61ff10e1d1adc4bbf6d096966
Author:     Tamar Kranenburg <i...@takar.nl>
AuthorDate: Sun Sep 18 12:11:58 2016 +0200
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Sun Sep 18 16:39:18 2016 +0200

    FindPostgreSQL: Search for version 9.6

diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index b92f785..84fa541 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -37,7 +37,7 @@
 # In Windows the default installation of PostgreSQL uses that as part of the 
path.
 # E.g C:\Program Files\PostgreSQL\8.4.
 # Currently, the following version numbers are known to this module:
-# "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
+# "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
 #
 # To use this variable just do something like this:
 # set(PostgreSQL_ADDITIONAL_VERSIONS "9.2" "8.4.4")
@@ -81,7 +81,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT 
system variable to wher
 
 
 set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
-    "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+    "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
 
 # Define additional search paths for root directories.
 set( PostgreSQL_ROOT_DIRECTORIES

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84039a6aa2b1bbc606dbb8bbccf956296a2c153b
commit 84039a6aa2b1bbc606dbb8bbccf956296a2c153b
Author:     Tamar Kranenburg <i...@takar.nl>
AuthorDate: Sun Sep 18 12:10:50 2016 +0200
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Sun Sep 18 16:39:18 2016 +0200

    FindPostgreSQL: Correct comment about known postgres versions

diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index 32a3f0a..b92f785 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -37,7 +37,7 @@
 # In Windows the default installation of PostgreSQL uses that as part of the 
path.
 # E.g C:\Program Files\PostgreSQL\8.4.
 # Currently, the following version numbers are known to this module:
-# "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
+# "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
 #
 # To use this variable just do something like this:
 # set(PostgreSQL_ADDITIONAL_VERSIONS "9.2" "8.4.4")

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

Summary of changes:
 Modules/FindPostgreSQL.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to