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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 1f8a71d8fb8..59cc14bdfc2 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -3,8 +3,8 @@
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py
#define ACE_MAJOR_VERSION 7
-#define ACE_MINOR_VERSION 0
-#define ACE_MICRO_VERSION 11
-#define ACE_VERSION "7.0.11"
-#define ACE_VERSION_CODE 0x7000b
+#define ACE_MINOR_VERSION 1
+#define ACE_MICRO_VERSION 0
+#define ACE_VERSION "7.1.0"
+#define ACE_VERSION_CODE 0x70100
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))