summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-11-17 08:51:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-11-17 08:51:01 +0100
commit570490704a2d0e1a74b42ce4c6363a9a5e149938 (patch)
tree3026d2388384251cde5ebc0162c0015489ea11a2 /TAO/tao/Version.h
parent151fcef20377e14daa59762540ca482a89483853 (diff)
downloadATCD-570490704a2d0e1a74b42ce4c6363a9a5e149938.tar.gz
ACE+TAO-6_5_16ACE+TAO-6_5_16
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 dc51e2195d4..7992e2a57e4 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 15
-#define TAO_BETA_VERSION 15
-#define TAO_VERSION "2.5.15"
-#define TAO_VERSION_CODE 0x2050f
+#define TAO_MICRO_VERSION 16
+#define TAO_BETA_VERSION 16
+#define TAO_VERSION "2.5.16"
+#define TAO_VERSION_CODE 0x20510
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))