summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-10-10 09:17:11 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-10-10 09:17:11 +0200
commit03992c8595b278911f1ff37a97514b7285493400 (patch)
tree6554e273b205a66aac6bb03b155a91e6bd06acd4 /TAO/tao/Version.h
parentec3b806d47e731fb6cec9920bb5864c8e000452a (diff)
downloadATCD-03992c8595b278911f1ff37a97514b7285493400.tar.gz
ACE+TAO-6_4_1ACE+TAO-6_4_1
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 5366141b2d1..9d4d089eb98 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 0
-#define TAO_BETA_VERSION 0
-#define TAO_VERSION "2.4.0"
-#define TAO_VERSION_CODE 132096
+#define TAO_MICRO_VERSION 1
+#define TAO_BETA_VERSION 1
+#define TAO_VERSION "2.4.1"
+#define TAO_VERSION_CODE 132097
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))