summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-31 07:44:14 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-10-31 07:44:14 +0000
commit07043107c78192f279c3ab0fbb3d4d4cb1b026a4 (patch)
treeb48c348b7cdc608d5c48d71dde177936a1e78fa3
parent056175369d9eb5a0fdef369af0b3e11dda1ebdef (diff)
Updated version to 1.0 everywhere
git-svn-id: http://pugixml.googlecode.com/svn/trunk@789 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--Jamfile.jam2
-rw-r--r--docs/manual.qbk8
-rw-r--r--docs/quickstart.qbk8
-rw-r--r--readme.txt2
-rw-r--r--src/pugiconfig.hpp2
-rw-r--r--src/pugixml.cpp2
-rw-r--r--src/pugixml.hpp2
7 files changed, 13 insertions, 13 deletions
diff --git a/Jamfile.jam b/Jamfile.jam
index df8d5be..6d329fb 100644
--- a/Jamfile.jam
+++ b/Jamfile.jam
@@ -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 ]
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:
diff --git a/docs/quickstart.qbk b/docs/quickstart.qbk
index 8645feb..340cdb7 100644
--- a/docs/quickstart.qbk
+++ b/docs/quickstart.qbk
@@ -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.
diff --git a/readme.txt b/readme.txt
index 9e6bd4c..9bf4d5f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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/
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index 5fedf4e..6b553ae 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -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/
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index ff5aaa9..9132d8a 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -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/
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index bb08064..78959ac 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -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/