Skip to content

Commit

Permalink
Update version to 1.14 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Sep 7, 2023
1 parent bd70bd7 commit db78afc
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions docs/manual.html
Expand Up @@ -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 */
Expand Down Expand Up @@ -510,7 +510,7 @@
</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>
Expand Down Expand Up @@ -760,9 +760,9 @@ <h4 id="install.getting.source"><a class="anchor" href="#install.getting.source"
<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>
Expand All @@ -783,7 +783,7 @@ <h4 id="install.getting.git"><a class="anchor" href="#install.getting.git"></a><
<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">
Expand All @@ -800,7 +800,7 @@ <h4 id="install.getting.subversion"><a class="anchor" href="#install.getting.sub
</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>
Expand Down Expand Up @@ -6156,7 +6156,7 @@ <h3 id="apiref.functions"><a class="anchor" href="#apiref.functions"></a><a clas
</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>
Expand Down
10 changes: 5 additions & 5 deletions docs/quickstart.html
Expand Up @@ -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 */
Expand Down Expand Up @@ -510,7 +510,7 @@
</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>
Expand Down Expand Up @@ -566,9 +566,9 @@ <h2 id="install"><a class="anchor" href="#install"></a><a class="link" href="#in
<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>
Expand Down Expand Up @@ -1101,7 +1101,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
</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>
Expand Down
2 changes: 1 addition & 1 deletion 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/
Expand Down
2 changes: 1 addition & 1 deletion scripts/nuget/pugixml.nuspec
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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/
Expand Down
2 changes: 1 addition & 1 deletion 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/
Expand Down
4 changes: 2 additions & 2 deletions 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/
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit db78afc

Please sign in to comment.