From 0cfdba262e389b347cb574c686394c104ece4628 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 10 Oct 2015 12:34:35 -0700 Subject: Update version to 1.7 --- scripts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/CMakeLists.txt') diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index cf9577e..40a7ab0 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -30,7 +30,7 @@ if(NOT ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} STRLESS 3.1) target_compile_features(pugixml PUBLIC cxx_long_long_type) endif() -set_target_properties(pugixml PROPERTIES VERSION 1.6 SOVERSION 1) +set_target_properties(pugixml PROPERTIES VERSION 1.7 SOVERSION 1) install(TARGETS pugixml EXPORT pugixml-config ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -- cgit v1.2.3