summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 09:17:27 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 09:17:27 +0200
commit71a55e40096cfaa2204c170579f2ce258def8069 (patch)
treeba0d8f37eac5181b0a4a5ae1fabbd0d7760ba82f /TAO/tao/Version.h
parent91630f5cdb507babf94e0a9e7cc8ac236bc97648 (diff)
downloadATCD-71a55e40096cfaa2204c170579f2ce258def8069.tar.gz
ACE+TAO-6_5_15ACE+TAO-6_5_15
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 a5eb72b9a35..dc51e2195d4 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 14
-#define TAO_BETA_VERSION 14
-#define TAO_VERSION "2.5.14"
-#define TAO_VERSION_CODE 0x2050e
+#define TAO_MICRO_VERSION 15
+#define TAO_BETA_VERSION 15
+#define TAO_VERSION "2.5.15"
+#define TAO_VERSION_CODE 0x2050f
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))