From 245e26de92a02239ce2fd63d52937337d27d2fd6 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 5 Jan 2009 22:33:00 +0000 Subject: Updated pugixml version git-svn-id: http://pugixml.googlecode.com/svn/trunk@99 99668b35-9821-0410-8761-19e4c4f06640 --- docs/pugixml.cfg | 2 +- src/pugiconfig.hpp | 4 ++-- src/pugixml.cpp | 4 ++-- src/pugixml.hpp | 4 ++-- src/pugixpath.cpp | 4 ++-- 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. -- cgit v1.2.3