From 27077f99d6d01a917afc041d82568f23d5d051f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20W=C3=B6lzer?= <martin@libclapp.org> Date: Fri, 9 Jul 2021 01:24:36 +0200 Subject: [PATCH] CMakeLists.txt: bump to version 0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db5bc5d..5d0059d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8.0) -project("libClaPP" VERSION 0.2.5) +project("libClaPP" VERSION 0.3.0) include(CTest) include(GNUInstallDirs) include(cmake/git.cmake) -- GitLab