We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a49cf commit 7567a81Copy full SHA for 7567a81
CMakeLists.txt
@@ -4,7 +4,7 @@ project (tini C)
4
# Config
5
set (tini_VERSION_MAJOR 0)
6
set (tini_VERSION_MINOR 3)
7
-set (tini_VERSION_PATCH 3)
+set (tini_VERSION_PATCH 4)
8
execute_process (COMMAND git log -n 1 --date=local --pretty=format:"%h" WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" OUTPUT_VARIABLE tini_VERSION_GIT)
9
10
# Flags
0 commit comments