summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/release/dev/android-info-variables.rst15
-rw-r--r--Source/CMakeVersion.cmake2
2 files changed, 1 insertions, 16 deletions
diff --git a/Help/release/dev/android-info-variables.rst b/Help/release/dev/android-info-variables.rst
deleted file mode 100644
index e173342..0000000
--- a/Help/release/dev/android-info-variables.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-android-info-variables
-----------------------
-
-* When :ref:`Cross Compiling for Android`, a new
- :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE` variable is
- now set to indicate the binutils' machine name.
-
-* When :ref:`Cross Compiling for Android with the NDK`, the
- :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` variable is
- now set by CMake if it is not set by the user or toolchain file.
-
-* When :ref:`Cross Compiling for Android with the NDK`, a new
- :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG` variable is
- now set by CMake to expose the host directory component of the
- path to the NDK prebuilt toolchains.
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index c443ca8..1a7feb8 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 7)
-set(CMake_VERSION_PATCH 20161118)
+set(CMake_VERSION_PATCH 20161121)
#set(CMake_VERSION_RC 1)