Enter commit hash for release 1.7.1

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2024-01-16 21:26:51 +01:00
parent 2514d506b5
commit 9f8b0fbc28
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
------ current release ---------------------------
1.7.1 (2024-01-16) -
1.7.1 (2024-01-16) - 2514d506b5580154f1e00c0e72b17c8e9bc89cb7
- #580 internal parsing of tags starting with number broken
(thanks to arxel-sc)