This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 3324387a1aa304ce1387a49f4d8b34e4ae75d2d4 Author: Weerapurage Dinesh Premalal <[email protected]> AuthorDate: Fri Feb 8 04:23:33 2008 +0000 fixed, (in tag) version number bug reported in 1.2.0 release --- util/include/axutil_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/include/axutil_version.h b/util/include/axutil_version.h index befbe72..93fbc67 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 1 +#define AXIS2_MINOR_VERSION 2 /** patch level * The Patch Level never includes API changes, simply bug fixes.
