summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-10 12:34:35 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-10 12:34:35 -0700
commit0cfdba262e389b347cb574c686394c104ece4628 (patch)
treef132d11f65f20e137a720f20bfb7e9be5dd8cc01 /scripts
parent99599f73e43a500c74142c2074940f287ee95327 (diff)
Update version to 1.7
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt2
-rw-r--r--scripts/nuget.autopkg4
2 files changed, 4 insertions, 2 deletions
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}
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg
index 36747e9..9f79eeb 100644
--- a/scripts/nuget.autopkg
+++ b/scripts/nuget.autopkg
@@ -1,7 +1,7 @@
nuget {
nuspec {
id = pugixml;
- version: 1.7.0-alpha;
+ version: 1.7;
title: pugixml;
authors: {Arseny Kapoulkine};
owners: {Arseny Kapoulkine};
@@ -13,7 +13,9 @@ nuget {
description: @"pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings (which happen automatically during parsing/saving).
pugixml is used by a lot of projects, both open-source and proprietary, for performance and easy-to-use interface.";
+
releaseNotes: "Initial release";
+
copyright: Copyright (c) 2006-2015 Arseny Kapoulkine;
tags: { native };
}