summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-12-08 08:49:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-12-08 08:49:01 +0100
commited1925da7c384e5773b9dbf56cab8e4924d4342a (patch)
tree77d4207db05e8e6a87f6074f51a11f9a47d0ecc3 /TAO/tao/Version.h
parenta4deec50d29f8eee4f65c6def5e6305177ad7237 (diff)
downloadATCD-ed1925da7c384e5773b9dbf56cab8e4924d4342a.tar.gz
ACE+TAO-6_4_6ACE+TAO-6_4_6
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 c648d645b05..cc44cc260f3 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 5
-#define TAO_BETA_VERSION 5
-#define TAO_VERSION "2.4.5"
-#define TAO_VERSION_CODE 132101
+#define TAO_MICRO_VERSION 6
+#define TAO_BETA_VERSION 6
+#define TAO_VERSION "2.4.6"
+#define TAO_VERSION_CODE 132102
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))