summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-17 09:25:07 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-17 09:25:07 +0100
commit09a429e42c8fef75817c9f3ee9d7652d6ee449f3 (patch)
tree7c6af061e2d415f63793e11734dee2848be286fc /TAO/tao/Version.h
parent5c2fad5470e75a781b6cec2eb4f9ae9347cb0d99 (diff)
downloadATCD-09a429e42c8fef75817c9f3ee9d7652d6ee449f3.tar.gz
ACE+TAO-6_4_2ACE+TAO-6_4_2
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 9d4d089eb98..38c328b145c 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,9 +4,9 @@
#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 4
-#define TAO_MICRO_VERSION 1
-#define TAO_BETA_VERSION 1
-#define TAO_VERSION "2.4.1"
-#define TAO_VERSION_CODE 132097
+#define TAO_MICRO_VERSION 2
+#define TAO_BETA_VERSION 2
+#define TAO_VERSION "2.4.2"
+#define TAO_VERSION_CODE 132098
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))