summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-05-14 16:19:19 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-05-14 16:19:19 +0200
commit5e0c8d303baeebccffb7c3f5dc0b08336847f0d2 (patch)
tree0d5b30b8275557563e1788d7b5097bf07291bf00 /TAO/tao/Version.h
parent53aa43c1cf3f459e71a3c439818dd794aca6e3c0 (diff)
downloadATCD-5e0c8d303baeebccffb7c3f5dc0b08336847f0d2.tar.gz
ACE+TAO-6_4_8ACE+TAO-6_4_8
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 8b48ae5bef1..883a9ac8a39 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 7
-#define TAO_BETA_VERSION 7
-#define TAO_VERSION "2.4.7"
-#define TAO_VERSION_CODE 132103
+#define TAO_MICRO_VERSION 8
+#define TAO_BETA_VERSION 8
+#define TAO_VERSION "2.4.8"
+#define TAO_VERSION_CODE 132104
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))