Enter commit hash for release 1.7.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-12-24 21:11:17 +01:00
parent 63f7fc95a0
commit 5b5b68f153
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ project (timew)
include (CXXSniffer) include (CXXSniffer)
include (FindAsciidoctor) include (FindAsciidoctor)
set (PROJECT_VERSION "1.7.0") set (PROJECT_VERSION "1.7.0-dev")
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

View file

@ -1,6 +1,6 @@
------ current release --------------------------- ------ current release ---------------------------
1.7.0 (2023-12-23) - 1.7.0 (2023-12-24) - 63f7fc95a0fa20dc768ae4e94b7f2d79c306f9dd
- #205 Wrap annotations in summary - #205 Wrap annotations in summary
(thanks to varac) (thanks to varac)