summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 09:03:25 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-15 09:03:25 +0100
commitce09f6e37bcb53400b338ef017a649884f7495cb (patch)
treef1820d6db98deb82b49586df85534a1aa14460d0 /TAO/tao/Version.h
parenta90ba48ab58682867cec1d7c144af6287f61c740 (diff)
downloadATCD-ACE+TAO-7_0_1.tar.gz
ACE+TAO-7_0_1ACE+TAO-7_0_1
Diffstat (limited to 'TAO/tao/Version.h')
-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 308b0999e16..7b2b50ad5b6 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 0
-#define TAO_VERSION "3.0.0"
-#define TAO_VERSION_CODE 196608
+#define TAO_MICRO_VERSION 1
+#define TAO_VERSION "3.0.1"
+#define TAO_VERSION_CODE 196609
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))