From 1bb26d9c331313fb3a115515aa756f328c5cf6d7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 20 Jan 2019 23:48:47 +0100 Subject: [PATCH] Fixed version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c52d22b..366054e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2) project (whyblocked - VERSION 0.15 + VERSION 0.15.0 LANGUAGES CXX )