summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-04-20 08:59:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-04-20 08:59:51 +0200
commit5665b3f6b008400e75951f39833887fd8e3484f5 (patch)
tree00c8b3d4ebd194a3cd0f58fedacd4c1cca05af6f /TAO/tao/Version.h
parente4fd21292b8e6a14e19ecc26d008c0d847ea7ef1 (diff)
downloadATCD-5665b3f6b008400e75951f39833887fd8e3484f5.tar.gz
ACE+TAO-6_4_3ACE+TAO-6_4_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 38c328b145c..9235a025e7a 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 2
-#define TAO_BETA_VERSION 2
-#define TAO_VERSION "2.4.2"
-#define TAO_VERSION_CODE 132098
+#define TAO_MICRO_VERSION 3
+#define TAO_BETA_VERSION 3
+#define TAO_VERSION "2.4.3"
+#define TAO_VERSION_CODE 132099
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))