summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-05 22:33:00 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-05 22:33:00 +0000
commit245e26de92a02239ce2fd63d52937337d27d2fd6 (patch)
treea849a57c564562f1760f4f6936319a19571f4342
parent5012e50dc16bfd2e0cc89ba1670f55b7ffa4f9cd (diff)
Updated pugixml version
git-svn-id: http://pugixml.googlecode.com/svn/trunk@99 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--docs/pugixml.cfg2
-rw-r--r--src/pugiconfig.hpp4
-rw-r--r--src/pugixml.cpp4
-rw-r--r--src/pugixml.hpp4
-rw-r--r--src/pugixpath.cpp4
5 files changed, 9 insertions, 9 deletions
diff --git a/docs/pugixml.cfg b/docs/pugixml.cfg
index 69b031f..4aa9ba5 100644
--- a/docs/pugixml.cfg
+++ b/docs/pugixml.cfg
@@ -23,7 +23,7 @@ PROJECT_NAME = pugixml
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.34
+PROJECT_NUMBER = 0.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index 75776a9..b0d3755 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -1,8 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.34
+// Pug Improved XML Parser - Version 0.4
// --------------------------------------------------------
-// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// 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 b98bf4f..fbb95f1 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -1,8 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.34
+// Pug Improved XML Parser - Version 0.4
// --------------------------------------------------------
-// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// 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 bebc246..6adbeca 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -1,8 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.34
+// Pug Improved XML Parser - Version 0.4
// --------------------------------------------------------
-// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// 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 875950f..89d021a 100644
--- a/src/pugixpath.cpp
+++ b/src/pugixpath.cpp
@@ -1,8 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.34
+// Pug Improved XML Parser - Version 0.4
// --------------------------------------------------------
-// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Copyright (C) 2006-2009, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// 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.