diff --git a/CMakeLists.txt b/CMakeLists.txt index c06d4bec..43bc21cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project (timew) include (CXXSniffer) include (FindAsciidoctor) -set (PROJECT_VERSION "1.7.0") +set (PROJECT_VERSION "1.7.0-dev") string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) diff --git a/ChangeLog b/ChangeLog index 3ed2b621..1177caf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ------ current release --------------------------- -1.7.0 (2023-12-23) - +1.7.0 (2023-12-24) - 63f7fc95a0fa20dc768ae4e94b7f2d79c306f9dd - #205 Wrap annotations in summary (thanks to varac)