summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
diff options
context:
space:
mode:
authorErik Sohns <esohns@users.noreply.github.com>2023-04-06 11:09:11 +0200
committerGitHub <noreply@github.com>2023-04-06 11:09:11 +0200
commita3a7c2a50383ebf00534c28014704ce57e092821 (patch)
tree0de4a576c9929ac6d821462e1693882654f2a456 /TAO/tao/Version.h
parent5625244fd7bb77bafabce28fdec790f51ef50080 (diff)
parentb50aba0fdce1069b9aa9b1baac9adee396663779 (diff)
downloadATCD-a3a7c2a50383ebf00534c28014704ce57e092821.tar.gz
Merge branch 'master' into message_queue_ex_get_queue
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))