From 3dc8059009732507e936ae1a250d1b0f8a30459f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20W=C3=B6lzer?= <martin@libclapp.org>
Date: Sun, 1 Nov 2020 09:20:09 +0100
Subject: [PATCH] CMakeLists.txt: bump version to 0.2.5

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07ea22b6..512d68ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.8.0)
-project("libClaPP" VERSION 0.2.4)
+project("libClaPP" VERSION 0.2.5)
 include(CTest)
 include(CheckCXXCompilerFlag)
 include(GNUInstallDirs)
-- 
GitLab