Update version in CMakeLists.txt

The current release is v1.10, but CMakeLists.txt had just v1.9, fix it.

Reported-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2015-11-20 12:19:06 -03:00
parent 79536f4f95
commit 0b81b5ad47
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if (NOT CMAKE_BUILD_TYPE)
FORCE)
endif (NOT CMAKE_BUILD_TYPE)
add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.9")
add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.10")
find_package(DWARF REQUIRED)
find_package(ZLIB REQUIRED)