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