From 750002daf2aa749fc5022093b017b2f20f49e64c Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sat, 21 Nov 2020 15:41:39 +0100 Subject: [PATCH] Bump version to 0.4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e59aabb..35f9a28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(core - VERSION 0.4.1 + VERSION 0.4.2 LANGUAGES C) add_executable(core src/main.c)