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 bbd1a4a3d89..e246812bd97 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,8 +4,8 @@
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 5
-#define ACE_MICRO_VERSION 15
-#define ACE_BETA_VERSION 15
-#define ACE_VERSION "6.5.15"
-#define ACE_VERSION_CODE 0x6050f
+#define ACE_MICRO_VERSION 16
+#define ACE_BETA_VERSION 16
+#define ACE_VERSION "6.5.16"
+#define ACE_VERSION_CODE 0x60510
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))