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 e9c73d7e3b4..2f4dc55b6be 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 9
-#define ACE_VERSION "7.0.9"
-#define ACE_VERSION_CODE 0x70009
+#define ACE_MICRO_VERSION 10
+#define ACE_VERSION "7.0.10"
+#define ACE_VERSION_CODE 0x7000a
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))