summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-05-17 09:00:50 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-05-17 09:00:50 +0200
commitdc9d4e9be26a38d42f4f5fc5245a04a5dcea6a04 (patch)
treef88abaf41304c5ed2f7182e06328811261514561
parent9e9ae3e3533bd44c7e75804528a23a5154c87892 (diff)
downloadATCD-dc9d4e9be26a38d42f4f5fc5245a04a5dcea6a04.tar.gz
Fixed version
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index 19368f4cd86..9d2a25292cd 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -203,7 +203,7 @@ ifeq (cmd,$(findstring cmd,$(SHELL)))
else
ACE_MAJOR_VERSION := $(shell awk '/ACE_MAJOR_VERSION/ { print $$3}' ${ACE_ROOT}/ace/Version.h)
ACE_MINOR_VERSION := $(shell awk '/ACE_MINOR_VERSION/ { print $$3}' ${ACE_ROOT}/ace/Version.h)
- ACE_MICRO_VERSION := $(shell awk '/ACE_MINOR_VERSION/ { print $$3}' ${ACE_ROOT}/ace/Version.h)
+ ACE_MICRO_VERSION := $(shell awk '/ACE_MICRO_VERSION/ { print $$3}' ${ACE_ROOT}/ace/Version.h)
ACE_BETA_VERSION := $(shell awk '/ACE_MICRO_VERSION/ { print $$3}' ${ACE_ROOT}/ace/Version.h)
endif