Skip to content

Commit

Permalink
OpenDDS Release 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed May 18, 2021
1 parent d7c61e3 commit b1d25ee
Show file tree
Hide file tree
Showing 6 changed files with 12,808 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ Johnny Willemsen <johnny@jwillemsen.nl>
Gary Wilson <wilsong@objectcomputing.com>
Justin Wilson <wilsonj@objectcomputing.com>
Friedhelm Wolf <fwolf@dre.vanderbilt.edu>
x_allaume <xavier.allaume@neoliant.com>
xieshuaix <xieshuaix@gmail.com>
Wallace Zhang <zhang_w@ociweb.com>
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.17.0 of OpenDDS
OpenDDS 3.17.0 is currently in development, so this list might change.
OpenDDS 3.17.0 was released on May 18 2021.

### Additions:
- Support for converting samples to and from JSON (#2312)
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.17.0-dev (NOT A RELEASE)
This is OpenDDS version 3.17.0, released May 18 2021

OpenDDS VERSION: 3.17.0-dev
OpenDDS VERSION: 3.17.0
TAO VERSION:

HOST MACHINE and OPERATING SYSTEM:
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.17.0-dev (NOT A RELEASE)
This is OpenDDS version 3.17.0, released May 18 2021

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 17
#define OPENDDS_MICRO_VERSION 0
#define OPENDDS_VERSION_METADATA "dev"
#define OPENDDS_IS_RELEASE 0
#define OPENDDS_VERSION "3.17.0-dev"
#define OPENDDS_VERSION_METADATA ""
#define OPENDDS_IS_RELEASE 1
#define OPENDDS_VERSION "3.17.0"

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

0 comments on commit b1d25ee

Please sign in to comment.