Skip to content

Commit

Permalink
OpenDDS Release 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Mar 25, 2022
1 parent e0112c3 commit bf1b1df
Show file tree
Hide file tree
Showing 6 changed files with 9,085 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenDDS Releases

## Version 3.20.0 of OpenDDS
OpenDDS 3.20.0 is currently in development, so this list might change.
OpenDDS 3.20.0 was released on Mar 25 2022.

### Additions:
- Added the `host_name` shared memory transport config option (#3386)
Expand Down
4 changes: 2 additions & 2 deletions PROBLEM-REPORT-FORM
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is OpenDDS version 3.20.0-dev (NOT A RELEASE)
This is OpenDDS version 3.20.0, released Mar 25 2022

OpenDDS VERSION: 3.20.0-dev
OpenDDS VERSION: 3.20.0
TAO VERSION:

HOST MACHINE and OPERATING SYSTEM:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ first -- the `configure` script will download it for you.

There are three distributions of ACE/TAO that can be used with OpenDDS:

* OCI ACE/TAO 2.2a patch 22 or later
* OCI ACE/TAO 2.2a patch 23 or later
* This will be automatically downloaded by default when using the configure
script.
* Can be manually downloaded from:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is OpenDDS version 3.20.0-dev (NOT A RELEASE)
This is OpenDDS version 3.20.0, released Mar 25 2022

This software is open source and free of licensing fees. See the
LICENSE file (in this directory) for license details.
Expand Down
6 changes: 3 additions & 3 deletions dds/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define OPENDDS_MAJOR_VERSION 3
#define OPENDDS_MINOR_VERSION 20
#define OPENDDS_MICRO_VERSION 0
#define OPENDDS_VERSION_METADATA "dev"
#define OPENDDS_IS_RELEASE 0
#define OPENDDS_VERSION "3.20.0-dev"
#define OPENDDS_VERSION_METADATA ""
#define OPENDDS_IS_RELEASE 1
#define OPENDDS_VERSION "3.20.0"

#define OPENDDS_VERSION_AT_LEAST(MAJOR, MINOR, MICRO) (\
(OPENDDS_MAJOR_VERSION > (MAJOR)) || \
Expand Down

0 comments on commit bf1b1df

Please sign in to comment.