From 263198a08bd764368d07c54301e9edc947283613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20W=C3=B6lzer?= <martin@libclapp.org> Date: Mon, 4 May 2020 15:11:02 +0200 Subject: [PATCH] CMakeLists.txt: bump version to 0.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a900c935..ca99d8a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8.0) -project("libClaPP" VERSION 0.2.1) +project("libClaPP" VERSION 0.2.2) include(CTest) include(CheckCXXCompilerFlag) include(GNUInstallDirs) -- GitLab