From 2dc483bf1fb5696bf1c861259be7f23f239a9d71 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Thu, 9 Mar 2017 14:36:15 +0100 Subject: [PATCH] release: version 1.3.1 * change version strings/numbers to 1.3.1 * 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 315fc0e67..97dd04883 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,7 +219,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 7715ad3b2..95525b15f 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.0-dev +PROJECT_NUMBER = 1.3.1 # 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 9ffd93a92..915298639 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.0-dev" +#define Vc_VERSION_STRING "1.3.1" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010301 +#define Vc_VERSION_NUMBER 0x010302 /** * \ingroup Utilities