summaryrefslogtreecommitdiff
path: root/ACE/ace/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-19 10:44:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-19 10:44:26 +0100
commit5f4050c0505112658cc760d1ce75f47793e07564 (patch)
tree141c09ce7e94b2b674b3fec41ab5f5efc86e7e3e /ACE/ace/Version.h
parentc7ef18e4589dd6a16a5d35f7eee45f1f761e5a87 (diff)
downloadATCD-5f4050c0505112658cc760d1ce75f47793e07564.tar.gz
ACE+TAO-6_5_3ACE+TAO-6_5_3
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 145af28027e..910d84df986 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 2
-#define ACE_BETA_VERSION 2
-#define ACE_VERSION "6.5.2"
-#define ACE_VERSION_CODE 394498
+#define ACE_MICRO_VERSION 3
+#define ACE_BETA_VERSION 3
+#define ACE_VERSION "6.5.3"
+#define ACE_VERSION_CODE 394499
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))