summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 08:59:40 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 08:59:40 +0200
commite3d60ee085a35bf7ab8e6078d183942722c58560 (patch)
treee71e2312a2b781b123a415c714f5d2c6ac961083 /TAO/tao
parent9c1556c22e0d01e87c706c946ad131b62507653c (diff)
downloadATCD-e3d60ee085a35bf7ab8e6078d183942722c58560.tar.gz
ACE+TAO-7_0_3ACE+TAO-7_0_3
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 4cf1f0e1f8c..e09644e2bb6 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,7 +4,7 @@
#define TAO_MAJOR_VERSION 3
#define TAO_MINOR_VERSION 0
-#define TAO_MICRO_VERSION 2
-#define TAO_VERSION "3.0.2"
-#define TAO_VERSION_CODE 0x30002
+#define TAO_MICRO_VERSION 3
+#define TAO_VERSION "3.0.3"
+#define TAO_VERSION_CODE 0x30003
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))