summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 08:36:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 08:36:35 +0200
commit69ee4bd02f94d664da3e13b299ee9df1b95c732f (patch)
tree59ae7d9b8a65c152dcca5187e6b10c04686e3680 /TAO/tao/Version.h
parente409c7349cedfccb242154030a7720dd0a551412 (diff)
downloadATCD-69ee4bd02f94d664da3e13b299ee9df1b95c732f.tar.gz
ACE+TAO-6_5_14ACE+TAO-6_5_14
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 61d42672ccc..a5eb72b9a35 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 13
-#define TAO_BETA_VERSION 13
-#define TAO_VERSION "2.5.13"
-#define TAO_VERSION_CODE 0x2050d
+#define TAO_MICRO_VERSION 14
+#define TAO_BETA_VERSION 14
+#define TAO_VERSION "2.5.14"
+#define TAO_VERSION_CODE 0x2050e
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))