summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-17 21:47:37 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-17 21:47:37 -0800
commitb041e94f29fee9800f02ca6c257fe6cea4eae72a (patch)
tree8a9968ca61e5fa36cedd55a9f50a444b6276b407 /scripts
parente9956ae3a6593efc6f8cb344a00432ece51d1574 (diff)
Update version to 1.5
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index bd33220..daf6b35 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.4 SOVERSION 1)
+set_target_properties(pugixml PROPERTIES VERSION 1.5 SOVERSION 1)
install(TARGETS pugixml EXPORT pugixml-config
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}