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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index ad57900f4e9..5e0d58ccd2f 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -3,10 +3,10 @@
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py
#define ACE_MAJOR_VERSION 6
-#define ACE_MINOR_VERSION 4
-#define ACE_MICRO_VERSION 8
-#define ACE_BETA_VERSION 8
-#define ACE_VERSION "6.4.8"
-#define ACE_VERSION_CODE 394248
+#define ACE_MINOR_VERSION 5
+#define ACE_MICRO_VERSION 0
+#define ACE_BETA_VERSION 0
+#define ACE_VERSION "6.5.0"
+#define ACE_VERSION_CODE 394496
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))