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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 2cc9456cd1c..6ec7c70d32d 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,7 +4,7 @@
#define ACE_MAJOR_VERSION 7
#define ACE_MINOR_VERSION 0
-#define ACE_MICRO_VERSION 1
-#define ACE_VERSION "7.0.1"
-#define ACE_VERSION_CODE 458753
+#define ACE_MICRO_VERSION 2
+#define ACE_VERSION "7.0.2"
+#define ACE_VERSION_CODE 0x70002
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))