diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-06 20:39:14 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-06 20:39:14 +0000 |
commit | d2175179753d8333d283747ab1472a0f6bfb1a60 (patch) | |
tree | 85fdeab94f6148cb111a02b3cde2914e6b131d70 /docs/pugixml.cfg | |
parent | f542c5ebb8068ccd4f9176684eb62183afbe7e5c (diff) |
Changed version number to 0.6, merged Unicode utilities to pugixml.cpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@384 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/pugixml.cfg')
-rw-r--r-- | docs/pugixml.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pugixml.cfg b/docs/pugixml.cfg index 1108738..114f209 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.5
+PROJECT_NUMBER = 0.6
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -1104,7 +1104,7 @@ DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found on the path.
-DOT_PATH = "C:\Program Files (x86)\ATT\Graphviz\bin"
+DOT_PATH = "D:\Programs\Graphviz\bin"
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the
|