summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-03-03 09:14:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-03-03 09:14:01 +0100
commit6c47c90806a1ad9be33784d5f731d360814e4137 (patch)
tree3d4b09b3f0846a310757be34734a6be19d3de7f3 /TAO/tao/Version.h
parent419b7060685fe7df63f0a91bc64bcaf9848a84fb (diff)
downloadATCD-6c47c90806a1ad9be33784d5f731d360814e4137.tar.gz
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 0f0535a9772..6a79f24d0eb 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -3,8 +3,8 @@
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py
#define TAO_MAJOR_VERSION 3
-#define TAO_MINOR_VERSION 0
-#define TAO_MICRO_VERSION 11
-#define TAO_VERSION "3.0.11"
-#define TAO_VERSION_CODE 0x3000b
+#define TAO_MINOR_VERSION 1
+#define TAO_MICRO_VERSION 0
+#define TAO_VERSION "3.1.0"
+#define TAO_VERSION_CODE 0x30100
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))