summaryrefslogtreecommitdiff
path: root/ACE/ace/Version.h
diff options
context:
space:
mode:
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))