[Cmake-commits] CMake branch, next, updated. v3.0.2-2103-g7d59c52

Brad King brad.king at kitware.com
Tue Oct 21 09:17:21 EDT 2014


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  7d59c5201a424c43fe76f9962f14f949a4d33bb3 (commit)
       via  c8616203889269830b4f4e0ab087bfc722e6fc62 (commit)
       via  ef6ce1f87ec2ba47694c470fbf5787a9ede0644b (commit)
       via  a3eeaa63ae9900123cf88e4155d748bf37b93cce (commit)
       via  a14c449a9085375d313c44f67152fd1481a7a58a (commit)
       via  d4525d7288ef935ee8b9d8cf338763498850364f (commit)
       via  6b698bd29fb23d6d1451c6aea86f227a237295ab (commit)
       via  1d86036df86c3b2584b7d70ae83c14a34be113cc (commit)
      from  db22abdbf75844ef694ca675440d4d838eae4878 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d59c5201a424c43fe76f9962f14f949a4d33bb3
commit 7d59c5201a424c43fe76f9962f14f949a4d33bb3
Merge: db22abd c861620
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 21 09:17:21 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 21 09:17:21 2014 -0400

    Merge topic 'release-upload-version' into next
    
    c8616203 Utilities/Release: Update default binary distribution dir to v3.1
    ef6ce1f8 CMake Nightly Date Stamp
    a3eeaa63 CMake Nightly Date Stamp
    a14c449a CMake Nightly Date Stamp
    d4525d72 CMake Nightly Date Stamp
    6b698bd2 CMake Nightly Date Stamp
    1d86036d CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c8616203889269830b4f4e0ab087bfc722e6fc62
commit c8616203889269830b4f4e0ab087bfc722e6fc62
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 21 09:17:09 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 21 09:17:09 2014 -0400

    Utilities/Release: Update default binary distribution dir to v3.1

diff --git a/Utilities/Release/upload_release.cmake b/Utilities/Release/upload_release.cmake
index 5f4da8f..841f244 100644
--- a/Utilities/Release/upload_release.cmake
+++ b/Utilities/Release/upload_release.cmake
@@ -1,6 +1,6 @@
 set(CTEST_RUN_CURRENT_SCRIPT 0)
 if(NOT VERSION)
- set(VERSION 3.0)
+ set(VERSION 3.1)
 endif()
 if(NOT DEFINED PROJECT_PREFIX)
   set(PROJECT_PREFIX cmake-${VERSION})

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

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