Skip to content

Commit

Permalink
OpenDDS Release 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Apr 11, 2023
1 parent 88ae1fa commit d570c17
Show file tree
Hide file tree
Showing 7 changed files with 4,771 additions and 8 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -46,6 +46,7 @@ Michael Mathers <michael.p.mathers@live.com>
Tyler Mayoff <tyler@tylermayoff.com>
John McCabe <jmccabe@kirintec.com>
Mason McParlane <mcparlanem@objectcomputing.com>
Simon McQueen <simon.mcqueen@gmail.com>
Phil Mesnier <mesnierp@objectcomputing.com>
Adam Mitz <mitza@objectcomputing.com>
Jose Morato <jose.morato@swisstiming.com>
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,7 +1,7 @@
# OpenDDS Releases

## Version 3.24.0 of OpenDDS
OpenDDS 3.24.0 is currently in development, so this list might change.
OpenDDS 3.24.0 was released on Apr 11 2023.

### Additions:
- The OpenDDS Developer's Guide is now available at https://opendds.readthedocs.io/ (#4051, #4094, #4092, #4100, #4101, #4095, #4103, #4102, #4104, #4105)
Expand Down
4 changes: 2 additions & 2 deletions PROBLEM-REPORT-FORM
@@ -1,6 +1,6 @@
This is OpenDDS version 3.24.0-dev (NOT A RELEASE)
This is OpenDDS version 3.24.0, released Apr 11 2023

OpenDDS VERSION: 3.24.0-dev
OpenDDS VERSION: 3.24.0
TAO VERSION:

HOST MACHINE and OPERATING SYSTEM:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ details.

## Documentation

- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/.
- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/en/dds-3.24.
It can also be downloaded from http://download.objectcomputing.com/OpenDDS/.

- Doxygen for the latest release is available at http://download.opendds.org/doxygen/.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1,4 +1,4 @@
This is OpenDDS version 3.24.0-dev (NOT A RELEASE)
This is OpenDDS version 3.24.0, released Apr 11 2023

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
Expand Up @@ -11,9 +11,9 @@
#define OPENDDS_MAJOR_VERSION 3
#define OPENDDS_MINOR_VERSION 24
#define OPENDDS_MICRO_VERSION 0
#define OPENDDS_VERSION_METADATA "dev"
#define OPENDDS_IS_RELEASE 0
#define OPENDDS_VERSION "3.24.0-dev"
#define OPENDDS_VERSION_METADATA ""
#define OPENDDS_IS_RELEASE 1
#define OPENDDS_VERSION "3.24.0"

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

0 comments on commit d570c17

Please sign in to comment.