From 58d7cc670f0c4dd198524c57ef28cc1bc1c8707d Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Wed, 3 May 2017 14:38:00 +0200 Subject: [PATCH] release: version 1.3.2 * change version strings/numbers to 1.3.2 * disable HTML_TIMESTAMP for doxygen * don't build tests with make all Signed-off-by: Matthias Kretz --- CMakeLists.txt | 2 +- doc/Doxyfile | 2 +- include/Vc/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebbd5264a..6a8835115 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,7 +217,7 @@ install(FILES DESTINATION lib${LIB_SUFFIX}/cmake/Vc ) -#Release# option(BUILD_TESTING "Build the testing tree." OFF) +option(BUILD_TESTING "Build the testing tree." OFF) include (CTest) configure_file(${CMAKE_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake COPYONLY) if(BUILD_TESTING) diff --git a/doc/Doxyfile b/doc/Doxyfile index 3113d7fa4..a6e4fe279 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Vc" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.1-dev +PROJECT_NUMBER = 1.3.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/Vc/version.h b/include/Vc/version.h index 60848a8b5..f8e8c40f1 100644 --- a/include/Vc/version.h +++ b/include/Vc/version.h @@ -37,13 +37,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * \ingroup Utilities * Contains the version string of the %Vc headers. Same as Vc::versionString(). */ -#define Vc_VERSION_STRING "1.3.1-dev" +#define Vc_VERSION_STRING "1.3.2" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010303 +#define Vc_VERSION_NUMBER 0x010304 /** * \ingroup Utilities