Skip to content

Commit db78afc

Browse files
committed
Update version to 1.14 everywhere
1 parent bd70bd7 commit db78afc

11 files changed

+23
-23
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(POLICY CMP0091)
55
cmake_policy(SET CMP0091 NEW) # Enables use of MSVC_RUNTIME_LIBRARY
66
endif()
77

8-
project(pugixml VERSION 1.13 LANGUAGES CXX)
8+
project(pugixml VERSION 1.14 LANGUAGES CXX)
99

1010
include(CMakePackageConfigHelpers)
1111
include(CMakeDependentOption)

Diff for: docs/manual.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.18">
88
<meta name="author" content="website, repository">
9-
<title>pugixml 1.13 manual</title>
9+
<title>pugixml 1.14 manual</title>
1010
<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">
1111
<style>
1212
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -510,7 +510,7 @@
510510
</head>
511511
<body class="article toc2 toc-right">
512512
<div id="header">
513-
<h1>pugixml 1.13 manual</h1>
513+
<h1>pugixml 1.14 manual</h1>
514514
<div class="details">
515515
<span id="author" class="author">website</span><br>
516516
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
@@ -760,9 +760,9 @@ <h4 id="install.getting.source"><a class="anchor" href="#install.getting.source"
760760
<p>You can download the latest source distribution as an archive:</p>
761761
</div>
762762
<div class="paragraph">
763-
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.zip">pugixml-1.13.zip</a> (Windows line endings)
763+
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
764764
/
765-
<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>
765+
<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>
766766
</div>
767767
<div class="paragraph">
768768
<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 @@ <h4 id="install.getting.git"><a class="anchor" href="#install.getting.git"></a><
783783
<div class="content">
784784
<pre class="pygments highlight"><code data-lang="bash">git clone https://github.com/zeux/pugixml
785785
cd pugixml
786-
git checkout v1.13</code></pre>
786+
git checkout v1.14</code></pre>
787787
</div>
788788
</div>
789789
<div class="paragraph">
@@ -800,7 +800,7 @@ <h4 id="install.getting.subversion"><a class="anchor" href="#install.getting.sub
800800
</div>
801801
<div class="listingblock">
802802
<div class="content">
803-
<pre class="pygments highlight"><code data-lang="bash">svn checkout https://github.com/zeux/pugixml/tags/v1.13 pugixml</code></pre>
803+
<pre class="pygments highlight"><code data-lang="bash">svn checkout https://github.com/zeux/pugixml/tags/v1.14 pugixml</code></pre>
804804
</div>
805805
</div>
806806
</div>
@@ -6156,7 +6156,7 @@ <h3 id="apiref.functions"><a class="anchor" href="#apiref.functions"></a><a clas
61566156
</div>
61576157
<div id="footer">
61586158
<div id="footer-text">
6159-
Last updated 2023-09-07 11:50:54 -0700
6159+
Last updated 2023-09-07 11:54:45 -0700
61606160
</div>
61616161
</div>
61626162
</body>

Diff for: docs/quickstart.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.18">
88
<meta name="author" content="website, repository">
9-
<title>pugixml 1.13 quick start guide</title>
9+
<title>pugixml 1.14 quick start guide</title>
1010
<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">
1111
<style>
1212
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
@@ -510,7 +510,7 @@
510510
</head>
511511
<body class="article toc2 toc-right">
512512
<div id="header">
513-
<h1>pugixml 1.13 quick start guide</h1>
513+
<h1>pugixml 1.14 quick start guide</h1>
514514
<div class="details">
515515
<span id="author" class="author">website</span><br>
516516
<span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
@@ -566,9 +566,9 @@ <h2 id="install"><a class="anchor" href="#install"></a><a class="link" href="#in
566566
<p>You can download the latest source distribution as an archive:</p>
567567
</div>
568568
<div class="paragraph">
569-
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.zip">pugixml-1.13.zip</a> (Windows line endings)
569+
<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings)
570570
/
571-
<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>
571+
<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>
572572
</div>
573573
<div class="paragraph">
574574
<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 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
11011101
</div>
11021102
<div id="footer">
11031103
<div id="footer-text">
1104-
Last updated 2023-09-06 20:37:07 -0700
1104+
Last updated 2023-09-07 11:54:46 -0700
11051105
</div>
11061106
</div>
11071107
</body>

Diff for: readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pugixml 1.13 - an XML processing library
1+
pugixml 1.14 - an XML processing library
22

33
Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected])
44
Report bugs and download new versions at https://pugixml.org/

Diff for: scripts/nuget/pugixml.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>pugixml</id>
5-
<version>1.13.0-appveyor</version>
5+
<version>1.14.0-appveyor</version>
66
<title>pugixml</title>
77
<authors>Arseny Kapoulkine</authors>
88
<owners>Arseny Kapoulkine</owners>

Diff for: scripts/pugixml.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "pugixml"
3-
s.version = "1.13"
3+
s.version = "1.14"
44
s.summary = "C++ XML parser library."
55
s.homepage = "https://pugixml.org"
66
s.license = "MIT"

Diff for: scripts/pugixml_dll.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <winver.h>
22

33
#define PUGIXML_VERSION_MAJOR 1
4-
#define PUGIXML_VERSION_MINOR 13
4+
#define PUGIXML_VERSION_MINOR 14
55
#define PUGIXML_VERSION_PATCH 0
6-
#define PUGIXML_VERSION_NUMBER "1.13.0\0"
6+
#define PUGIXML_VERSION_NUMBER "1.14.0\0"
77

88
#if defined(GCC_WINDRES) || defined(__MINGW32__) || defined(__CYGWIN__)
99
VS_VERSION_INFO VERSIONINFO

Diff for: src/pugiconfig.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* pugixml parser - version 1.13
2+
* pugixml parser - version 1.14
33
* --------------------------------------------------------
44
* Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/

Diff for: src/pugixml.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* pugixml parser - version 1.13
2+
* pugixml parser - version 1.14
33
* --------------------------------------------------------
44
* Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/

Diff for: src/pugixml.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* pugixml parser - version 1.13
2+
* pugixml parser - version 1.14
33
* --------------------------------------------------------
44
* Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected])
55
* Report bugs and download new versions at https://pugixml.org/
@@ -14,7 +14,7 @@
1414
// Define version macro; evaluates to major * 1000 + minor * 10 + patch so that it's safe to use in less-than comparisons
1515
// 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
1616
#ifndef PUGIXML_VERSION
17-
# define PUGIXML_VERSION 1130 // 1.13
17+
# define PUGIXML_VERSION 1140 // 1.14
1818
#endif
1919

2020
// Include user configuration file (this can define various configuration macros)

Diff for: tests/test_version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "../src/pugixml.hpp"
22

3-
#if PUGIXML_VERSION != 1130
3+
#if PUGIXML_VERSION != 1140 // 1.14
44
#error Unexpected pugixml version
55
#endif

0 commit comments

Comments
 (0)