diff options
author | damitha | 2010-06-23 14:43:49 +0000 |
---|---|---|
committer | damitha | 2010-06-23 14:43:49 +0000 |
commit | cc0c79b0359e9d6e1333575c16e9e5cf453a7271 (patch) | |
tree | cf20ba203404f183902db22fe19398859f0dac43 /xdocs/api | |
parent | 9ea059f1aec741d584d4ec62781906cb26910350 (diff) | |
download | axis2c-cc0c79b0359e9d6e1333575c16e9e5cf453a7271.tar.gz axis2c-cc0c79b0359e9d6e1333575c16e9e5cf453a7271.tar.bz2 |
change version to 1.7.0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xdocs/api')
-rw-r--r-- | xdocs/api/doxygenconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xdocs/api/doxygenconf b/xdocs/api/doxygenconf index fb5cc31..0f21ecc 100644 --- a/xdocs/api/doxygenconf +++ b/xdocs/api/doxygenconf @@ -23,7 +23,7 @@ PROJECT_NAME = Axis2/C # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.6.0 +PROJECT_NUMBER = 1.7.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -450,7 +450,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../../deploy/include/axis2-1.6.0/ +INPUT = ../../deploy/include/axis2-1.7.0/ # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |