summaryrefslogtreecommitdiff
path: root/docs/manual.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual.qbk')
-rw-r--r--docs/manual.qbk8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk
index 99dbed8..c889eaf 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -1,7 +1,7 @@
[book pugixml
[quickbook 1.5]
- [version 0.9]
+ [version 1.0]
[id manual]
[copyright 2010 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
-[@http://pugixml.googlecode.com/files/pugixml-0.9.zip]
-[@http://pugixml.googlecode.com/files/pugixml-0.9.tar.gz]
+[@http://pugixml.googlecode.com/files/pugixml-1.0.zip]
+[@http://pugixml.googlecode.com/files/pugixml-1.0.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.
@@ -122,7 +122,7 @@ The Subversion repository is located at [@http://pugixml.googlecode.com/svn/]. T
For example, to checkout the current version, you can use this command:
-[pre svn checkout http://pugixml.googlecode.com/svn/tags/release-0.9 pugixml]
+[pre svn checkout http://pugixml.googlecode.com/svn/tags/release-1.0 pugixml]
To checkout the latest version, you can use this command: