From 4b34cb990e89e7647b83872722fdd61dc6c69dcf Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Thu, 27 Oct 2016 09:05:02 +0200 Subject: [PATCH] release: version 1.3.0 * change version strings/numbers to 1.3.0 * 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 40cef5566..e627aabed 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 dbdb05209..6dc9a6a1e 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.2.0-dev +PROJECT_NUMBER = 1.3.0 # 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 faf09cbb4..c34e43a79 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.2.0-dev" +#define Vc_VERSION_STRING "1.3.0" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010201 +#define Vc_VERSION_NUMBER 0x010300 /** * \ingroup Utilities