From 6a692d7b143b45cabd24cb7ba8c7693e77ae3981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Thu, 17 Oct 2019 15:37:10 +0200 Subject: [PATCH] Bump version number in CMakeLists fixes #139 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c906fa5..773bcda1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # found in the top-level directory of this distribution. cmake_minimum_required(VERSION 3.1) -project(STANDARDESE VERSION 0.3) +project(STANDARDESE VERSION 0.4.0) option(STANDARDESE_BUILD_TOOL "whether or not to build the tool" ON) option(STANDARDESE_BUILD_TEST "whether or not to build the test" ON)