|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 | 7 | <meta name="generator" content="Asciidoctor 2.0.20">
|
8 | 8 | <meta name="author" content="website, repository">
|
9 |
| -<title>pugixml 1.14 quick start guide</title> |
| 9 | +<title>pugixml 1.15 quick start guide</title> |
10 | 10 | <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">
|
11 | 11 | <style>
|
12 | 12 | /*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
|
|
508 | 508 | </head>
|
509 | 509 | <body class="article toc2 toc-right">
|
510 | 510 | <div id="header">
|
511 |
| -<h1>pugixml 1.14 quick start guide</h1> |
| 511 | +<h1>pugixml 1.15 quick start guide</h1> |
512 | 512 | <div class="details">
|
513 | 513 | <span id="author" class="author">website</span><br>
|
514 | 514 | <span id="email" class="email"><a href="https://pugixml.org" class="bare">https://pugixml.org</a></span><br>
|
@@ -564,9 +564,9 @@ <h2 id="install"><a class="anchor" href="#install"></a><a class="link" href="#in
|
564 | 564 | <p>You can download the latest source distribution as an archive:</p>
|
565 | 565 | </div>
|
566 | 566 | <div class="paragraph">
|
567 |
| -<p><a href="https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip">pugixml-1.14.zip</a> (Windows line endings) |
| 567 | +<p><a href="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.zip">pugixml-1.15.zip</a> (Windows line endings) |
568 | 568 | /
|
569 |
| -<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> |
| 569 | +<a href="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz">pugixml-1.15.tar.gz</a> (Unix line endings)</p> |
570 | 570 | </div>
|
571 | 571 | <div class="paragraph">
|
572 | 572 | <p>The distribution contains library source, documentation (the guide you’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>
|
@@ -1099,7 +1099,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
|
1099 | 1099 | </div>
|
1100 | 1100 | <div id="footer">
|
1101 | 1101 | <div id="footer-text">
|
1102 |
| -Last updated 2025-01-10 07:29:46 -0800 |
| 1102 | +Last updated 2025-01-10 11:20:55 -0800 |
1103 | 1103 | </div>
|
1104 | 1104 | </div>
|
1105 | 1105 | </body>
|
|
0 commit comments