Updated version to 1.0 everywhere

git-svn-id: http://pugixml.googlecode.com/svn/trunk@789 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-10-31 07:44:14 +00:00
parent 056175369d
commit 07043107c7
7 changed files with 13 additions and 13 deletions

View file

@ -144,7 +144,7 @@ for SAMPLE in [ Glob docs/samples : *.cpp ]
}
# release
VERSION = 0.9 ;
VERSION = 1.0 ;
RELEASE_FILES =
[ Glob contrib : *.cpp *.hpp ]
[ Glob src : *.cpp *.hpp ]

View file

@ -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:

View file

@ -1,7 +1,7 @@
[article pugixml
[quickbook 1.5]
[version 0.9]
[version 1.0]
[id quickstart]
[copyright 2010 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 0.9 quick start guide]
[section:main pugixml 1.0 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
[@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 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.

View file

@ -1,4 +1,4 @@
pugixml 0.9 - an XML processing library
pugixml 1.0 - an XML processing library
Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
Report bugs and download new versions at http://pugixml.org/

View file

@ -1,5 +1,5 @@
/**
* pugixml parser - version 0.9
* pugixml parser - version 1.0
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://pugixml.org/

View file

@ -1,5 +1,5 @@
/**
* pugixml parser - version 0.9
* pugixml parser - version 1.0
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://pugixml.org/

View file

@ -1,5 +1,5 @@
/**
* pugixml parser - version 0.9
* pugixml parser - version 1.0
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://pugixml.org/