summaryrefslogtreecommitdiff
path: root/docs/quickstart.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quickstart.qbk')
-rw-r--r--docs/quickstart.qbk8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/quickstart.qbk b/docs/quickstart.qbk
index c913ccb..1845224 100644
--- a/docs/quickstart.qbk
+++ b/docs/quickstart.qbk
@@ -1,7 +1,7 @@
[article pugixml
[quickbook 1.5]
- [version 1.4]
+ [version 1.5]
[id quickstart]
[copyright 2014 Arseny Kapoulkine]
[license Distributed under the MIT License]
@@ -11,7 +11,7 @@
[template sref[name]'''<xref linkend="quickstart.main.'''[name]'''" xrefstyle="select:title" />''']
[template ftnt[id text]'''<footnote id="'''[id]'''"><para>'''[text]'''</para></footnote>''']
-[section:main pugixml 1.4 quick start guide]
+[section:main pugixml 1.5 quick start guide]
[section:introduction Introduction]
@@ -30,8 +30,8 @@ This is the quick start guide for pugixml, which purpose is to enable you to sta
pugixml is distributed in source form. You can download a source distribution via one of the following links:
[pre
-[@https://github.com/zeux/pugixml/releases/download/v1.4/pugixml-1.4.zip]
-[@https://github.com/zeux/pugixml/releases/download/v1.4/pugixml-1.4.tar.gz]
+[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip]
+[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz]
]
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. The files have different line endings depending on the archive format - [file .zip] archive has Windows line endings, [file .tar.gz] archive has Unix line endings. Otherwise the files in both archives are identical.