From 5400c4a8fc2f7b632e44f0934f14f621086ed618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 25 Oct 2018 20:40:30 +0200 Subject: [PATCH] New version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 623d22d..94ecca2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(TrippyCube C CXX) # Binary filename set(TARGET_NAME "trippy-cube") -set(TARGET_VERSION "v2.0") +set(TARGET_VERSION "v2.0.1") # Use DEBUG by default if(NOT CMAKE_BUILD_TYPE)