Skip to content

Commit 3fbb7d2

Browse files
author
Charles PIGNEROL
committed
Version 6.14.0. Process::finalize takes as an additional argument a delay granted to child processes to terminate without being killed. FileLock class allows locking a file against concurrent access. Partial rewrite of the ApplicationStats class + logUsage method logging version and OS.
1 parent c8a7d83 commit 3fbb7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
set (TK_UTIL_MAJOR_VERSION "6")
6-
set (TK_UTIL_MINOR_VERSION "13")
7-
set (TK_UTIL_RELEASE_VERSION "1")
6+
set (TK_UTIL_MINOR_VERSION "14")
7+
set (TK_UTIL_RELEASE_VERSION "0")
88
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})
99

1010
set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})

0 commit comments

Comments
 (0)