summaryrefslogtreecommitdiff
path: root/ACE/ace/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-12 08:27:52 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-12 08:27:52 +0200
commitbd0abf3f336d06322a977c59ab548b4343333ab6 (patch)
tree096f95daf809f74a949ae9826104f9dff353b4b9 /ACE/ace/Version.h
parentcf42f2ce36123105d52cfeff3d736775436cd96a (diff)
downloadATCD-Latest_Minor.tar.gz
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))