diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-18 21:19:58 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-18 21:20:40 -0700 |
commit | e68048518ea4830ffcdaf79e7f929713263c6f06 (patch) | |
tree | 030fd28ff85ec643e6464c90ab8202feeca91d22 /scripts | |
parent | 5f996eba6deaa804bf4caced8acc65d8626720d6 (diff) |
Update version to 1.6
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index daf6b35..6270ae5 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -22,7 +22,7 @@ else() add_library(pugixml STATIC ${SOURCES}) endif() -set_target_properties(pugixml PROPERTIES VERSION 1.5 SOVERSION 1) +set_target_properties(pugixml PROPERTIES VERSION 1.6 SOVERSION 1) install(TARGETS pugixml EXPORT pugixml-config ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} |