summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-08-10 08:40:15 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-08-10 08:40:15 +0200
commit53d05cb13ec0850f0c018c4967c3aecf7a9d03c0 (patch)
tree1628891f3080cc7f28652d9e247a5ff4924ef70f /TAO/tao/Version.h
parent9c337e82b70b29583bca9dc155ff2c60bd91de49 (diff)
downloadATCD-53d05cb13ec0850f0c018c4967c3aecf7a9d03c0.tar.gz
ACE+TAO-6_5_18ACE+TAO-6_5_18
Diffstat (limited to 'TAO/tao/Version.h')
-rw-r--r--TAO/tao/Version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 8ddceb158b6..e2e3f2496a8 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,8 +4,8 @@
#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 5
-#define TAO_MICRO_VERSION 17
-#define TAO_BETA_VERSION 17
-#define TAO_VERSION "2.5.17"
-#define TAO_VERSION_CODE 0x20511
+#define TAO_MICRO_VERSION 18
+#define TAO_BETA_VERSION 18
+#define TAO_VERSION "2.5.18"
+#define TAO_VERSION_CODE 0x20512
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))