aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--docs/manual.html14
-rw-r--r--docs/quickstart.html10
-rw-r--r--readme.txt2
-rw-r--r--scripts/nuget/pugixml.nuspec2
-rw-r--r--scripts/pugixml.podspec2
-rw-r--r--scripts/pugixml_dll.rc4
-rw-r--r--src/pugiconfig.hpp2
-rw-r--r--src/pugixml.cpp2
-rw-r--r--src/pugixml.hpp4
-rw-r--r--tests/test_version.cpp2
11 files changed, 23 insertions, 23 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c866c2..d3f810e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW) # Enables use of MSVC_RUNTIME_LIBRARY
endif()
-project(pugixml VERSION 1.13 LANGUAGES CXX)
+project(pugixml VERSION 1.14 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(CMakeDependentOption)
diff --git a/docs/manual.html b/docs/manual.html
index 506b9fc..66705c1 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.18">
<meta name="author" content="website, repository">
-<title>pugixml 1.13 manual</title>
+<title>pugixml 1.14 manual</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -510,7 +510,7 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
</head>
<body class="article toc2 toc-right">
<div id="header">
-<h1>pugixml 1.13 manual</h1>
+<h1>pugixml 1.14 manual</h1>
<div class="details">
<span id="author" class="author">website</span><br>
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
@@ -760,9 +760,9 @@ pugixml is Copyright (C) 2006-2023 Arseny Kapoulkine.</pre>
<p>You can download the latest source distribution as an archive:</p>
</div>
<div class="paragraph">
-<p><a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.zip">pugixml-1.13.zip</a> (Windows line endings)
+<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
/
-<a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.tar.gz">pugixml-1.13.tar.gz</a> (Unix line endings)</p>
+<a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz">pugixml-1.14.tar.gz</a> (Unix line endings)</p>
</div>
<div class="paragraph">
<p>The distribution contains library source, documentation (the manual you&#8217;re reading now and the quick start guide) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive.</p>
@@ -783,7 +783,7 @@ pugixml is Copyright (C) 2006-2023 Arseny Kapoulkine.</pre>
<div class="content">
<pre class="pygments highlight"><code data-lang="bash">git clone https://github.com/zeux/pugixml
cd pugixml
-git checkout v1.13</code></pre>
+git checkout v1.14</code></pre>
</div>
</div>
<div class="paragraph">
@@ -800,7 +800,7 @@ git checkout v1.13</code></pre>
</div>
<div class="listingblock">
<div class="content">
-<pre class="pygments highlight"><code data-lang="bash">svn checkout https://github.com/zeux/pugixml/tags/v1.13 pugixml</code></pre>
+<pre class="pygments highlight"><code data-lang="bash">svn checkout https://github.com/zeux/pugixml/tags/v1.14 pugixml</code></pre>
</div>
</div>
</div>
@@ -6156,7 +6156,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2023-09-07 11:50:54 -0700
+Last updated 2023-09-07 11:54:45 -0700
</div>
</div>
</body>
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 75de08b..f16c782 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.18">
<meta name="author" content="website, repository">
-<title>pugixml 1.13 quick start guide</title>
+<title>pugixml 1.14 quick start guide</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -510,7 +510,7 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
</head>
<body class="article toc2 toc-right">
<div id="header">
-<h1>pugixml 1.13 quick start guide</h1>
+<h1>pugixml 1.14 quick start guide</h1>
<div class="details">
<span id="author" class="author">website</span><br>
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
@@ -566,9 +566,9 @@ No documentation is perfect; neither is this one. If you find errors or omission
<p>You can download the latest source distribution as an archive:</p>
</div>
<div class="paragraph">
-<p><a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.zip">pugixml-1.13.zip</a> (Windows line endings)
+<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
/
-<a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.tar.gz">pugixml-1.13.tar.gz</a> (Unix line endings)</p>
+<a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz">pugixml-1.14.tar.gz</a> (Unix line endings)</p>
</div>
<div class="paragraph">
<p>The distribution contains library source, documentation (the guide you&#8217;re reading now and the manual) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive.</p>
@@ -1101,7 +1101,7 @@ pugixml is Copyright (C) 2006-2023 Arseny Kapoulkine.</pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2023-09-06 20:37:07 -0700
+Last updated 2023-09-07 11:54:46 -0700
</div>
</div>
</body>
diff --git a/readme.txt b/readme.txt
index e95280e..2797ee5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-pugixml 1.13 - an XML processing library
+pugixml 1.14 - an XML processing library
Copyright (C) 2006-2023, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
Report bugs and download new versions at https://pugixml.org/
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index 3114a69..4b74991 100644
--- a/scripts/nuget/pugixml.nuspec
+++ b/scripts/nuget/pugixml.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>pugixml</id>
- <version>1.13.0-appveyor</version>
+ <version>1.14.0-appveyor</version>
<title>pugixml</title>
<authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners>
diff --git a/scripts/pugixml.podspec b/scripts/pugixml.podspec
index 52e9064..6cec020 100644
--- a/scripts/pugixml.podspec
+++ b/scripts/pugixml.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "pugixml"
- s.version = "1.13"
+ s.version = "1.14"
s.summary = "C++ XML parser library."
s.homepage = "https://pugixml.org"
s.license = "MIT"
diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc
index cc227ca..e020b54 100644
--- a/scripts/pugixml_dll.rc
+++ b/scripts/pugixml_dll.rc
@@ -1,9 +1,9 @@
#include <winver.h>
#define PUGIXML_VERSION_MAJOR 1
-#define PUGIXML_VERSION_MINOR 13
+#define PUGIXML_VERSION_MINOR 14
#define PUGIXML_VERSION_PATCH 0
-#define PUGIXML_VERSION_NUMBER "1.13.0\0"
+#define PUGIXML_VERSION_NUMBER "1.14.0\0"
#if defined(GCC_WINDRES) || defined(__MINGW32__) || defined(__CYGWIN__)
VS_VERSION_INFO VERSIONINFO
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index dd54572..3dc839d 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -1,5 +1,5 @@
/**
- * pugixml parser - version 1.13
+ * pugixml parser - version 1.14
* --------------------------------------------------------
* Copyright (C) 2006-2023, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index dfd3846..89123c7 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -1,5 +1,5 @@
/**
- * pugixml parser - version 1.13
+ * pugixml parser - version 1.14
* --------------------------------------------------------
* Copyright (C) 2006-2023, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 1e08efd..d17a7e6 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -1,5 +1,5 @@
/**
- * pugixml parser - version 1.13
+ * pugixml parser - version 1.14
* --------------------------------------------------------
* Copyright (C) 2006-2023, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
@@ -14,7 +14,7 @@
// Define version macro; evaluates to major * 1000 + minor * 10 + patch so that it's safe to use in less-than comparisons
// Note: pugixml used major * 100 + minor * 10 + patch format up until 1.9 (which had version identifier 190); starting from pugixml 1.10, the minor version number is two digits
#ifndef PUGIXML_VERSION
-# define PUGIXML_VERSION 1130 // 1.13
+# define PUGIXML_VERSION 1140 // 1.14
#endif
// Include user configuration file (this can define various configuration macros)
diff --git a/tests/test_version.cpp b/tests/test_version.cpp
index 779bac3..671df9e 100644
--- a/tests/test_version.cpp
+++ b/tests/test_version.cpp
@@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"
-#if PUGIXML_VERSION != 1130
+#if PUGIXML_VERSION != 1140 // 1.14
#error Unexpected pugixml version
#endif