summaryrefslogtreecommitdiff
path: root/docs/manual.qbk
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-04-03 05:04:07 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-04-03 05:04:07 +0000
commitbda8e935e9d70e844f2b8921fc09a0c795ccf74f (patch)
treebdc24c41f27f015cf57978e46c5f78ad34e334b9 /docs/manual.qbk
parent7d18b332924653453c75ddea580fd5332577c78b (diff)
Updated version number and copyright year everywhere
git-svn-id: http://pugixml.googlecode.com/svn/trunk@897 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/manual.qbk')
-rw-r--r--docs/manual.qbk10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk
index 7388382..1fa62c1 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -1,9 +1,9 @@
[book pugixml
[quickbook 1.5]
- [version 1.0]
+ [version 1.2]
[id manual]
- [copyright 2010 Arseny Kapoulkine]
+ [copyright 2012 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-1.0.zip]
-[@http://pugixml.googlecode.com/files/pugixml-1.0.tar.gz]
+[@http://pugixml.googlecode.com/files/pugixml-1.2.zip]
+[@http://pugixml.googlecode.com/files/pugixml-1.2.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-1.0 pugixml]
+[pre svn checkout http://pugixml.googlecode.com/svn/tags/release-1.2 pugixml]
To checkout the latest version, you can use this command: