diff options
author | shankar | 2010-03-03 12:24:30 +0000 |
---|---|---|
committer | shankar | 2010-03-03 12:24:30 +0000 |
commit | 954437e18f08457dac4d3446cec50b6979a14feb (patch) | |
tree | bbd3d03d2d3b5939aa89ae29d3b4f614fd5ff638 /util | |
parent | 47c56b04fd53b446b58f372ff9301d2caee1666a (diff) | |
download | axis2c-954437e18f08457dac4d3446cec50b6979a14feb.tar.gz axis2c-954437e18f08457dac4d3446cec50b6979a14feb.tar.bz2 |
changing version number
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r-- | util/include/axutil_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/include/axutil_version.h b/util/include/axutil_version.h index 116ddfa..b66dd48 100644 --- a/util/include/axutil_version.h +++ b/util/include/axutil_version.h @@ -34,7 +34,7 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading AXIS2_MAJOR_VERSION */ -#define AXIS2_MINOR_VERSION 6 +#define AXIS2_MINOR_VERSION 7 /** patch level * The Patch Level never includes API changes, simply bug fixes. |