summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-19 10:44:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-19 10:44:26 +0100
commit5f4050c0505112658cc760d1ce75f47793e07564 (patch)
tree141c09ce7e94b2b674b3fec41ab5f5efc86e7e3e /TAO/tao/Version.h
parentc7ef18e4589dd6a16a5d35f7eee45f1f761e5a87 (diff)
downloadATCD-5f4050c0505112658cc760d1ce75f47793e07564.tar.gz
ACE+TAO-6_5_3ACE+TAO-6_5_3
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 87760ca851a..eba91f3bf38 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,9 +4,9 @@
#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 5
-#define TAO_MICRO_VERSION 2
-#define TAO_BETA_VERSION 2
-#define TAO_VERSION "2.5.2"
-#define TAO_VERSION_CODE 132354
+#define TAO_MICRO_VERSION 3
+#define TAO_BETA_VERSION 3
+#define TAO_VERSION "2.5.3"
+#define TAO_VERSION_CODE 132355
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))