summaryrefslogtreecommitdiff
path: root/ACE/ace/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-07-30 10:03:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-07-30 10:03:42 +0200
commit6b8ae4560f5a83be7abcfe27b9239ce15314b106 (patch)
treea2c84df3e7116c76be09cf468f332d34551f3d6a /ACE/ace/Version.h
parentfa54b9f12dade095b394066c451703537a2ce506 (diff)
downloadATCD-6b8ae4560f5a83be7abcfe27b9239ce15314b106.tar.gz
ACE+TAO-6_5_6ACE+TAO-6_5_6
Diffstat (limited to 'ACE/ace/Version.h')
-rw-r--r--ACE/ace/Version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index d2854c55022..7a92c914504 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,9 +4,9 @@
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 5
-#define ACE_MICRO_VERSION 5
-#define ACE_BETA_VERSION 5
-#define ACE_VERSION "6.5.5"
-#define ACE_VERSION_CODE 394501
+#define ACE_MICRO_VERSION 6
+#define ACE_BETA_VERSION 6
+#define ACE_VERSION "6.5.6"
+#define ACE_VERSION_CODE 394502
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))