diff --git a/CMakeLists.txt b/CMakeLists.txt index 95029b4f1..5f4013976 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -236,7 +236,7 @@ install(FILES DESTINATION ${PACKAGE_INSTALL_DESTINATION} ) -#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/README.md b/README.md index e5a1504c7..05e252b00 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ the documentation by running `doxygen` in the `doc` subdirectory. Alternatively, you can find nightly builds of the documentation at: * [1.4 branch](https://vcdevel.github.io/Vc-1.4/) +* [1.4.2 release](https://vcdevel.github.io/Vc-1.4.2/) * [1.4.1 release](https://vcdevel.github.io/Vc-1.4.1/) * [1.4.0 release](https://vcdevel.github.io/Vc-1.4.0/) * [1.3 branch](https://vcdevel.github.io/Vc-1.3/) diff --git a/Vc/version.h b/Vc/version.h index 24c645c95..255c7d1ea 100644 --- a/Vc/version.h +++ b/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.4.1-dev" +#define Vc_VERSION_STRING "1.4.2" /** * \ingroup Utilities * Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber(). */ -#define Vc_VERSION_NUMBER 0x010403 +#define Vc_VERSION_NUMBER 0x010404 /** * \ingroup Utilities diff --git a/doc/Doxyfile b/doc/Doxyfile index a066427dc..04ecd8d49 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.4.1-dev +PROJECT_NUMBER = 1.4.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