diff --git a/CMakeLists.txt b/CMakeLists.txt index 999b22a..d4ca5d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project(core - VERSION 0.1.2 + VERSION 0.1.3 LANGUAGES C) add_executable(core src/main.c)