From bda8e935e9d70e844f2b8921fc09a0c795ccf74f Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Tue, 3 Apr 2012 05:04:07 +0000 Subject: Updated version number and copyright year everywhere git-svn-id: http://pugixml.googlecode.com/svn/trunk@897 99668b35-9821-0410-8761-19e4c4f06640 --- scripts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index b34ec2d..454a9ea 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -11,7 +11,7 @@ else() add_library(pugixml STATIC ${SOURCES}) endif() -set_target_properties(pugixml PROPERTIES VERSION 1.0 SOVERSION 1.0) +set_target_properties(pugixml PROPERTIES VERSION 1.2 SOVERSION 1.2) install(TARGETS pugixml LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) install(DIRECTORY ../src/ DESTINATION include/pugixml FILES_MATCHING PATTERN *.hpp) -- cgit v1.2.3