Skip to content

Commit

Permalink
Update version to 2.6[.1]
Browse files Browse the repository at this point in the history
This breaks binary compat, so bump the version
  • Loading branch information
peadar committed May 9, 2024
1 parent 54e1e00 commit 5df9522
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.5)
set(PSTACK_VERSION 2.5.4)
set(PSTACK_SOVERSION 2.6)
set(PSTACK_VERSION 2.6.1)
project(pstack LANGUAGES C CXX VERSION "${PSTACK_VERSION}" )

include (GNUInstallDirs)
Expand Down

0 comments on commit 5df9522

Please sign in to comment.