From 06060bbd36bc80e232239d8eb13944c5be0c950e Mon Sep 17 00:00:00 2001 From: Peter Edwards Date: Thu, 13 Jun 2024 04:07:54 -0700 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83deb18..55bd2ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7) set(PSTACK_SOVERSION 2.7) -set(PSTACK_VERSION 2.7.1) +set(PSTACK_VERSION 2.7.2) project(pstack LANGUAGES C CXX VERSION "${PSTACK_VERSION}" ) include (GNUInstallDirs)