Skip to content

Commit 7567a81

Browse files
committed
Bump version to 0.3.4
1 parent c5a49cf commit 7567a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (tini C)
44
# Config
55
set (tini_VERSION_MAJOR 0)
66
set (tini_VERSION_MINOR 3)
7-
set (tini_VERSION_PATCH 3)
7+
set (tini_VERSION_PATCH 4)
88
execute_process (COMMAND git log -n 1 --date=local --pretty=format:"%h" WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" OUTPUT_VARIABLE tini_VERSION_GIT)
99

1010
# Flags

0 commit comments

Comments
 (0)