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 /build | |
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 'build')
-rw-r--r-- | build/win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/makefile b/build/win32/makefile index 4913921..c7eb4b9 100644 --- a/build/win32/makefile +++ b/build/win32/makefile @@ -33,7 +33,7 @@ AUTOCONF = configure.in
!include $(AUTOCONF)
-RELEASE_VER = 1.6.0
+RELEASE_VER = 1.7.0
AXIS2_RELEASE_DIR=axis2c-bin-$(RELEASE_VER)-win32
# Directory structure
|