Skip to content

Commit

Permalink
release: version 1.4.0
Browse files Browse the repository at this point in the history
* change version strings/numbers to 1.4.0
* disable HTML_TIMESTAMP for doxygen
* don't build tests with make all
* Add documentation link to Vc-1.4.0

Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Oct 1, 2018
1 parent 45a75e0 commit 775b809
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -227,7 +227,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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -125,6 +125,7 @@ the documentation by running `doxygen` in the `doc` subdirectory.
Alternatively, you can find nightly builds of the documentation at:

* [1.4 branch](https://web-docs.gsi.de/~mkretz/Vc-1.4/)
* [1.4.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.4.0/)
* [1.3 branch](https://web-docs.gsi.de/~mkretz/Vc-1.3/)
* [1.3.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.3.0/)
* [1.2.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.2.0/)
Expand Down
4 changes: 2 additions & 2 deletions Vc/version.h
Expand Up @@ -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.80-dev"
#define Vc_VERSION_STRING "1.4.0"

/**
* \ingroup Utilities
* Contains the encoded version number of the %Vc headers. Same as Vc::versionNumber().
*/
#define Vc_VERSION_NUMBER 0x0103a1
#define Vc_VERSION_NUMBER 0x010400

/**
* \ingroup Utilities
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -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.80-dev
PROJECT_NUMBER = 1.4.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
Expand Down

0 comments on commit 775b809

Please sign in to comment.