summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-17 21:47:37 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-17 21:47:37 -0800
commitb041e94f29fee9800f02ca6c257fe6cea4eae72a (patch)
tree8a9968ca61e5fa36cedd55a9f50a444b6276b407 /docs
parente9956ae3a6593efc6f8cb344a00432ece51d1574 (diff)
Update version to 1.5
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.qbk10
-rw-r--r--docs/quickstart.qbk8
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk
index 6d7f4e1..dde8b52 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -1,7 +1,7 @@
[book pugixml
[quickbook 1.5]
- [version 1.4]
+ [version 1.5]
[id manual]
[copyright 2014 Arseny Kapoulkine]
[license Distributed under the MIT License]
@@ -106,8 +106,8 @@ pugixml is distributed in source form. You can either download a source distribu
You can download the latest 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 manual you'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. 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.
@@ -125,7 +125,7 @@ For example, to checkout the current version, you can use this command:
[pre
git clone https://github.com/zeux/pugixml
cd pugixml
-git checkout v1.4
+git checkout v1.5
]
The repository contains library source, documentation, code examples and full unit test suite.
@@ -138,7 +138,7 @@ Use latest version tag if you want to automatically get new versions. Use other
You can access the Git repository via Subversion using [@https://github.com/zeux/pugixml] URL. For example, to checkout the current version, you can use this command:
-[pre svn checkout https://github.com/zeux/pugixml/tags/v1.4 pugixml]
+[pre svn checkout https://github.com/zeux/pugixml/tags/v1.5 pugixml]
[endsect] [/subversion]
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.