From efff94eb41f7ce507c5d89e31006725d22692597 Mon Sep 17 00:00:00 2001 From: Colin Graf Date: Tue, 4 Jun 2019 21:34:43 +0200 Subject: [PATCH] Changed version to 0.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab05752..9e5ef23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) cmake_policy(SET CMP0048 NEW) -project(mingtest VERSION 0.1.1) +project(mingtest VERSION 0.1.2) enable_testing()