From 9fcdd7df24355864ff5ad9d731fcddcc8a16bbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20W=C3=B6lzer?= <martin@libclapp.org> Date: Sat, 4 Dec 2021 09:58:50 +0100 Subject: [PATCH] CMakeLists.txt: bump to version 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e02d6bd3..338f81f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8.0) -project("libClaPP" VERSION 0.3.1) +project("libClaPP" VERSION 0.4.0) include(CTest) include(GNUInstallDirs) include(cmake/git.cmake) -- GitLab