diff --git a/CMakeLists.txt b/CMakeLists.txt index 3eea4fa..ae9ec30 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.8pre1") +add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.8") find_package(DWARF REQUIRED) find_package(ZLIB REQUIRED)