diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-06 19:03:54 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-06 19:03:54 +0000 |
commit | 55a37382ff285dd62e880ab55ac69b5dc3bac6ff (patch) | |
tree | 0b718cccf84009f15853d2b7b951d42bdda3e4e0 | |
parent | 965ca3b6ca33b7e25fa7a42e5d456c35db07cade (diff) |
Updated version number
git-svn-id: http://pugixml.googlecode.com/svn/trunk@6 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | src/pugixml.cpp | 2 | ||||
-rw-r--r-- | src/pugixml.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index feeba07..aa1b3cd 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.1
+// Pug Improved XML Parser - Version 0.2
// --------------------------------------------------------
// Copyright (C) 2006, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// This work is based on the pugxml parser, which is:
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 3a930ed..0d722df 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////////
//
-// Pug Improved XML Parser - Version 0.1
+// Pug Improved XML Parser - Version 0.2
// --------------------------------------------------------
// Copyright (C) 2006, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
// This work is based on the pugxml parser, which is:
|