Skip to content

Commit

Permalink
OpenDDS Post Release 3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Oct 23, 2023
1 parent 55aa5bc commit d889052
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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.26.0, released Oct 23 2023
This is OpenDDS version 3.27.0-dev (NOT A RELEASE)

OpenDDS VERSION: 3.26.0
OpenDDS VERSION: 3.27.0-dev
TAO VERSION:

HOST MACHINE and OPERATING SYSTEM:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ These standards define a set of interfaces and protocols for developing distribu
Although OpenDDS is itself developed in C++, Java bindings are provided so that Java applications can use OpenDDS.
OpenDDS also includes support for the DDS Security and XTypes specifications.

OpenDDS is built on the [ACE](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html#ace-tao) abstraction layer to provide platform portability.
OpenDDS also leverages the capabilities of [TAO](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html#ace-tao) for IDL compilation and the OpenDDS [DCPS Information Repository](https://opendds.readthedocs.io/en/latest-release/devguide/the_dcps_information_repository.html).
OpenDDS is built on the [ACE](https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html#ace-tao) abstraction layer to provide platform portability.
OpenDDS also leverages the capabilities of [TAO](https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html#ace-tao) for IDL compilation and the OpenDDS [DCPS Information Repository](https://opendds.readthedocs.io/en/latest-release/devguide/the_dcps_information_repository.html).

The primary development of OpenDDS was done by
[Object Computing, Incorporated](http://www.objectcomputing.com) in
Expand All @@ -35,7 +35,7 @@ details.

## Documentation

- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/en/dds-3.26.
- The OpenDDS Developer's Guide is available at https://opendds.readthedocs.io/en/latest-release.

- For developers wanting to contribute to OpenDDS, please read [the development guidelines](https://opendds.readthedocs.io/en/master/internal/dev_guidelines.html).

Expand Down Expand Up @@ -83,7 +83,7 @@ formal/2019-04-03 (version 2.3)](https://www.omg.org/spec/DDSI-RTPS/2.3). See
the OpenDDS Developer's Guide and the file [docs/design/RTPS](docs/design/RTPS)
for more details on RTPS.

See the [Developer's Guide](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/introduction.html) for
See the [Developer's Guide](https://opendds.readthedocs.io/en/latest-release/devguide/building/introduction.html) for
information on OpenDDS compliance with the DDS specification. If you would like
to contribute a feature or sponsor the developers to add a feature please see
the Support section above for contact information.
Expand All @@ -92,7 +92,7 @@ the Support section above for contact information.

These are just the required dependencies. For a complete detailed list of
dependencies, including optional ones, see
https://opendds.readthedocs.io/en/dds-3.26/devguide/building/dependencies.html.
https://opendds.readthedocs.io/en/latest-release/devguide/building/dependencies.html.

### ACE/TAO

Expand Down Expand Up @@ -134,7 +134,7 @@ Embedded/Mobile/IoT:
* LynxOS-178 (OpenDDS Safety Profile)
* VxWorks 6.9, 7, 21.03 (see below)
* [Linux on Raspberry Pi](https://opendds.org/quickstart/GettingStartedPi.html)
* [Android 9.0 "Pie" (API Level 28) NDK r18b](https://opendds.readthedocs.io/en/dds-3.26/devguide/building/android.html)
* [Android 9.0 "Pie" (API Level 28) NDK r18b](https://opendds.readthedocs.io/en/latest-release/devguide/building/android.html)

We have built OpenDDS for VxWorks 6.9, 7, and 21.03 and have run basic
system and performance tests (but not the entire regression test suite).
Expand Down Expand Up @@ -164,7 +164,7 @@ This release of OpenDDS has been tested using the following compilers:
## Building and Installing

For building and installation instructions see
https://opendds.readthedocs.io/en/dds-3.26/devguide/building/index.html
https://opendds.readthedocs.io/en/latest-release/devguide/building/index.html

## Quick Start with Docker

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.26.0, released Oct 23 2023
This is OpenDDS version 3.27.0-dev (NOT A RELEASE)

This software is open source and free of licensing fees. See the
LICENSE file (in this directory) for license details.
Expand Down
8 changes: 4 additions & 4 deletions dds/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#define OPENDDS_VERSION_H

#define OPENDDS_MAJOR_VERSION 3
#define OPENDDS_MINOR_VERSION 26
#define OPENDDS_MINOR_VERSION 27
#define OPENDDS_MICRO_VERSION 0
#define OPENDDS_VERSION_METADATA ""
#define OPENDDS_IS_RELEASE 1
#define OPENDDS_VERSION "3.26.0"
#define OPENDDS_VERSION_METADATA "dev"
#define OPENDDS_IS_RELEASE 0
#define OPENDDS_VERSION "3.27.0-dev"

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

0 comments on commit d889052

Please sign in to comment.