Skip to content

Commit 3d6572d

Browse files
OpenDDS Post Release 3.31.0
1 parent 2a1aa5f commit 3d6572d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

PROBLEM-REPORT-FORM

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This is OpenDDS version 3.31.0, released Jan 29 2025
1+
This is OpenDDS version 3.32.0-dev (NOT A RELEASE)
22

3-
OpenDDS VERSION: 3.31.0
3+
OpenDDS VERSION: 3.32.0-dev
44
TAO VERSION:
55

66
HOST MACHINE and OPERATING SYSTEM:

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is OpenDDS version 3.31.0, released Jan 29 2025
1+
This is OpenDDS version 3.32.0-dev (NOT A RELEASE)
22

33
This software is open source and free of licensing fees. See the
44
LICENSE file (in this directory) for license details.

dds/Version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
#define OPENDDS_VERSION_H
1010

1111
#define OPENDDS_MAJOR_VERSION 3
12-
#define OPENDDS_MINOR_VERSION 31
12+
#define OPENDDS_MINOR_VERSION 32
1313
#define OPENDDS_MICRO_VERSION 0
14-
#define OPENDDS_VERSION_METADATA ""
15-
#define OPENDDS_IS_RELEASE 1
16-
#define OPENDDS_VERSION "3.31.0"
14+
#define OPENDDS_VERSION_METADATA "dev"
15+
#define OPENDDS_IS_RELEASE 0
16+
#define OPENDDS_VERSION "3.32.0-dev"
1717

1818
#define OPENDDS_VERSION_AT_LEAST(MAJOR, MINOR, MICRO) (\
1919
(OPENDDS_MAJOR_VERSION > (MAJOR)) || \

0 commit comments

Comments
 (0)