diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-11 12:06:41 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-11 12:06:41 +0000 |
commit | d130e82aaa62564c603ce527baf79508def11deb (patch) | |
tree | 43ccfd5b90276a7fb7840c3adbb779f5ea6b75ab /src | |
parent | dd70fd3e9d5f5ec934a2bcaa5ed80551bc49a83f (diff) |
Changed version in headers
git-svn-id: http://pugixml.googlecode.com/svn/trunk@588 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugiconfig.hpp | 2 | ||||
-rw-r--r-- | src/pugixml.cpp | 2 | ||||
-rw-r--r-- | src/pugixml.hpp | 2 | ||||
-rw-r--r-- | src/pugixpath.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index bc49895..e4c52c5 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -1,5 +1,5 @@ /** - * pugixml parser - version 0.7 + * pugixml parser - version 0.9 * -------------------------------------------------------- * Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) * Report bugs and download new versions at http://code.google.com/p/pugixml/ diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 96f6037..5f21dc7 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1,5 +1,5 @@ /**
- * pugixml parser - version 0.7
+ * pugixml parser - version 0.9
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://code.google.com/p/pugixml/
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index b87aeb4..8207f16 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1,5 +1,5 @@ /**
- * pugixml parser - version 0.7
+ * pugixml parser - version 0.9
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://code.google.com/p/pugixml/
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index a198969..8ebc8c8 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -1,5 +1,5 @@ /**
- * pugixml parser - version 0.7
+ * pugixml parser - version 0.9
* --------------------------------------------------------
* Copyright (C) 2006-2010, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://code.google.com/p/pugixml/
|