diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-09-17 18:19:44 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-09-17 18:19:44 +0000 |
commit | 10b1a0c481881a21b42716a4c5f1b3066d261e3a (patch) | |
tree | be9dbcb2537a3c0fc13a3611932586bd3cdc2b43 | |
parent | fcce7152ac00a3ed227eafd135e570584392cd08 (diff) |
Changed header version
git-svn-id: http://pugixml.googlecode.com/svn/trunk@129 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | src/pugiconfig.hpp | 4 | ||||
-rw-r--r-- | src/pugixml.cpp | 4 | ||||
-rw-r--r-- | src/pugixml.hpp | 4 | ||||
-rw-r--r-- | src/pugixpath.cpp | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 57514ae..2f7fc64 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -1,8 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // -// Pug Improved XML Parser - Version 0.41 +// Pug Improved XML Parser - Version 0.42 // -------------------------------------------------------- // Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// Report bugs and download new versions at http://code.google.com/p/pugixml/ +// // This work is based on the pugxml parser, which is: // Copyright (C) 2003, by Kristen Wegner (kristen@tima.net) // Released into the Public Domain. Use at your own risk. diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 0f3bc29..0fcf6ad 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1,8 +1,10 @@ ///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.41
+// Pug Improved XML Parser - Version 0.42
// --------------------------------------------------------
// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Report bugs and download new versions at http://code.google.com/p/pugixml/
+//
// This work is based on the pugxml parser, which is:
// Copyright (C) 2003, by Kristen Wegner (kristen@tima.net)
// Released into the Public Domain. Use at your own risk.
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 0b14148..79f3986 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1,8 +1,10 @@ ///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.41
+// Pug Improved XML Parser - Version 0.42
// --------------------------------------------------------
// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Report bugs and download new versions at http://code.google.com/p/pugixml/
+//
// This work is based on the pugxml parser, which is:
// Copyright (C) 2003, by Kristen Wegner (kristen@tima.net)
// Released into the Public Domain. Use at your own risk.
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index b174e9c..6e9cbbe 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -1,8 +1,10 @@ ///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.41
+// Pug Improved XML Parser - Version 0.42
// --------------------------------------------------------
// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Report bugs and download new versions at http://code.google.com/p/pugixml/
+//
// This work is based on the pugxml parser, which is:
// Copyright (C) 2003, by Kristen Wegner (kristen@tima.net)
// Released into the Public Domain. Use at your own risk.
|