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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 3644fdb9f66..2bb2d9b7889 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -6,3 +6,5 @@
#define ACE_MINOR_VERSION 3
#define ACE_BETA_VERSION 4
#define ACE_VERSION "6.3.4"
+#define ACE_VERSION_CODE 393988
+#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))