diff options
Diffstat (limited to 'docs/manual/install.html')
-rw-r--r-- | docs/manual/install.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/install.html b/docs/manual/install.html index af662c1..334bf2e 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -4,15 +4,15 @@ <title>Installation</title> <link rel="stylesheet" href="../pugixml.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../manual.html" title="pugixml 1.5"> -<link rel="up" href="../manual.html" title="pugixml 1.5"> -<link rel="prev" href="../manual.html" title="pugixml 1.5"> +<link rel="home" href="../manual.html" title="pugixml 1.6"> +<link rel="up" href="../manual.html" title="pugixml 1.6"> +<link rel="prev" href="../manual.html" title="pugixml 1.6"> <link rel="next" href="dom.html" title="Document object model"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table width="100%"><tr> <td> -<a href="http://pugixml.org/">pugixml 1.5</a> manual | +<a href="http://pugixml.org/">pugixml 1.6</a> manual | <a href="../manual.html">Overview</a> | <b>Installation</b> | Document: @@ -68,8 +68,8 @@ You can download the latest source distribution via one of the following links: </p> -<pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip</a> -<a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz</a> +<pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip</a> +<a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz</a> </pre> <p> The distribution contains library source, documentation (the manual you're @@ -99,7 +99,7 @@ </p> <pre class="programlisting">git clone https://github.com/zeux/pugixml cd pugixml -git checkout v1.5 +git checkout v1.6 </pre> <p> The repository contains library source, documentation, code examples and @@ -122,7 +122,7 @@ git checkout v1.5 You can access the Git repository via Subversion using <a href="https://github.com/zeux/pugixml" target="_top">https://github.com/zeux/pugixml</a> URL. For example, to checkout the current version, you can use this command: </p> -<pre class="programlisting">svn checkout https://github.com/zeux/pugixml/tags/v1.5 pugixml</pre> +<pre class="programlisting">svn checkout https://github.com/zeux/pugixml/tags/v1.6 pugixml</pre> </div> </div> <div class="section"> @@ -500,7 +500,7 @@ git checkout v1.5 <hr> <table width="100%"><tr> <td> -<a href="http://pugixml.org/">pugixml 1.5</a> manual | +<a href="http://pugixml.org/">pugixml 1.6</a> manual | <a href="../manual.html">Overview</a> | <b>Installation</b> | Document: |