From b0dd327e3ae8baa6e5334037a2a2d66db2ddef21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20W=C3=B6lzer?= <martin@libclapp.org> Date: Tue, 17 Sep 2024 06:20:59 +0200 Subject: [PATCH] CMakeLists.txt: bump to version 0.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b7f9208..42300bd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8.0) -project("libClaPP" VERSION 0.5.0) +project("libClaPP" VERSION 0.6.0) include(GNUInstallDirs) include(CMakePackageConfigHelpers) include(cmake/git.cmake) -- GitLab