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 80720e5e5a7..8e0dfe20710 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 4
-#define ACE_VERSION "7.0.4"
-#define ACE_VERSION_CODE 0x70004
+#define ACE_MICRO_VERSION 5
+#define ACE_VERSION "7.0.5"
+#define ACE_VERSION_CODE 0x70005
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))