From 756818ba29f58307a943521a6106ceebe5cdef20 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Sun, 15 Mar 2015 17:01:17 +0100 Subject: [PATCH] Bump version to 0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f7efc1..4c678f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (tini) # Config set (tini_VERSION_MAJOR 0) set (tini_VERSION_MINOR 3) -set (tini_VERSION_PATCH 1) +set (tini_VERSION_PATCH 2) execute_process (COMMAND git log -n 1 --date=local --pretty=format:"%h" OUTPUT_VARIABLE tini_VERSION_GIT) # Flags