From 2fee9f65920cbf115feb5e674a75a1ddbc414d5e Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Mon, 18 Sep 2023 13:19:37 +0200 Subject: [PATCH] Enter commit hash for release 1.6.0 Signed-off-by: Thomas Lauf --- CMakeLists.txt | 2 +- ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a20fe150..4dccb0bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project (timew) include (CXXSniffer) include (FindAsciidoctor) -set (PROJECT_VERSION "1.6.0") +set (PROJECT_VERSION "1.6.0-dev") string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) diff --git a/ChangeLog b/ChangeLog index a7f27647..36caf74d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ------ current release --------------------------- -1.6.0 (2023-09-18) - +1.6.0 (2023-09-18) - cd1aa610ed50558bb2cf141022fa7b41523091ac3ae5fbb9c2d459cfe1afc782 - #529 Fix summary truncating multibyte characters in long annotations (thanks to Maxim Beder, Leon Grünewald)