On Wed, Jun 26, 2019 at 06:16:13PM -0300, Arnaldo Carvalho de Melo wrote: > Hi, > > The v1.14 release of pahole and its friends is out, available at > the usual places Looks like you forgot to update the version number. - Ted diff --git a/CMakeLists.txt b/CMakeLists.txt index 88a364f..563a9dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if (NOT CMAKE_BUILD_TYPE) FORCE) endif (NOT CMAKE_BUILD_TYPE) -add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.13") +add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.14") find_package(DWARF REQUIRED) find_package(ZLIB REQUIRED)