[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1736-g4bfac53

Brad King brad.king at kitware.com
Tue Feb 25 11:48:06 EST 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  4bfac53124aa6d64163d63110cc817c9d9d9d51e (commit)
       via  4c0f8dfb0aecd1eb7b567d627f4c312b2d0d5f68 (commit)
      from  6066e4f229606963124c01aae52833b02bec4339 (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=4bfac53124aa6d64163d63110cc817c9d9d9d51e
commit 4bfac53124aa6d64163d63110cc817c9d9d9d51e
Merge: 6066e4f2 4c0f8df
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 25 11:48:05 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 25 11:48:05 2014 -0500

    Merge topic 'release-upload-version' into next
    
    4c0f8dfb Utilities/Release: Update default binary distribution dir to v3.0


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4c0f8dfb0aecd1eb7b567d627f4c312b2d0d5f68
commit 4c0f8dfb0aecd1eb7b567d627f4c312b2d0d5f68
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 25 11:48:00 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Feb 25 11:48:00 2014 -0500

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

diff --git a/Utilities/Release/upload_release.cmake b/Utilities/Release/upload_release.cmake
index 9bf3523..0d928ba 100644
--- a/Utilities/Release/upload_release.cmake
+++ b/Utilities/Release/upload_release.cmake
@@ -3,7 +3,7 @@ if(NOT DEFINED PROJECT_PREFIX)
   set(PROJECT_PREFIX cmake-)
 endif()
 if(NOT VERSION)
- set(VERSION 2.8)
+ set(VERSION 3.0)
 endif()
 set(dir "v${VERSION}")
 if("${VERSION}" MATCHES "master")

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

Summary of changes:
 Utilities/Release/upload_release.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list