Enter commit hash for release 1.6.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-09-18 13:19:37 +02:00
parent 1882058c5e
commit 2fee9f6592
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.6.0") set (PROJECT_VERSION "1.6.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.6.0 (2023-09-18) - 1.6.0 (2023-09-18) - cd1aa610ed50558bb2cf141022fa7b41523091ac3ae5fbb9c2d459cfe1afc782
- #529 Fix summary truncating multibyte characters in long annotations - #529 Fix summary truncating multibyte characters in long annotations
(thanks to Maxim Beder, Leon Grünewald) (thanks to Maxim Beder, Leon Grünewald)