Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
peadar committed Jun 12, 2024
1 parent a76b7ca commit 5e08a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.7)
set(PSTACK_SOVERSION 2.6)
set(PSTACK_VERSION 2.6.1)
set(PSTACK_SOVERSION 2.7)
set(PSTACK_VERSION 2.7.1)
project(pstack LANGUAGES C CXX VERSION "${PSTACK_VERSION}" )

include (GNUInstallDirs)
Expand Down

0 comments on commit 5e08a34

Please sign in to comment.