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.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 0d4635b824b..2d7e8e83354 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -2,10 +2,9 @@
// -*- C++ -*-
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py
-#define ACE_MAJOR_VERSION 6
-#define ACE_MINOR_VERSION 5
-#define ACE_MICRO_VERSION 12
-#define ACE_BETA_VERSION 12
-#define ACE_VERSION "6.5.12"
-#define ACE_VERSION_CODE 394508
+#define ACE_MAJOR_VERSION 7
+#define ACE_MINOR_VERSION 0
+#define ACE_MICRO_VERSION 0
+#define ACE_VERSION "7.0.0"
+#define ACE_VERSION_CODE 458752
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))