Commit 47cf6638 authored by David Flynn's avatar David Flynn
Browse files

release: update version to 7.0

parent a3f3d45d
...@@ -13,7 +13,7 @@ check_symbol_exists(getrusage sys/resource.h HAVE_GETRUSAGE) ...@@ -13,7 +13,7 @@ check_symbol_exists(getrusage sys/resource.h HAVE_GETRUSAGE)
# Fallback to descriptive version if VCS unavailable # Fallback to descriptive version if VCS unavailable
# NB: the "unconfirmed-" part refers to this being a fallback option # NB: the "unconfirmed-" part refers to this being a fallback option
# and the reported version may or may not be accurate. # and the reported version may or may not be accurate.
set(VERSION_FALLBACK "unconfirmed-release-7.0-rc1") set(VERSION_FALLBACK "unconfirmed-release-7.0")
set(VERSION_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.cpp) set(VERSION_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.cpp)
set(VERSION_FILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/version.cpp.in) set(VERSION_FILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/version.cpp.in)
set(VERSION_CACHE_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.cache) set(VERSION_CACHE_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.cache)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment