Skip to content

Commit 32e55f2

Browse files
committed
Update version files for RDM build 0.2.0.7
1 parent 2b2938e commit 32e55f2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

include/rdm/version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/* clang-format off */
3434

35-
/*!
35+
/*!
3636
* \defgroup rdm RDM
3737
* \brief Implementation of the RDM protocol.
3838
*
@@ -46,7 +46,7 @@
4646
#define RDM_VERSION_MAJOR 0 /*!< The major version. */
4747
#define RDM_VERSION_MINOR 2 /*!< The minor version. */
4848
#define RDM_VERSION_PATCH 0 /*!< The patch version. */
49-
#define RDM_VERSION_BUILD 6 /*!< The build number. */
49+
#define RDM_VERSION_BUILD 7 /*!< The build number. */
5050
/*!
5151
* @}
5252
*/
@@ -55,9 +55,9 @@
5555
* \name RDM version strings
5656
* @{
5757
*/
58-
#define RDM_VERSION_STRING "0.2.0.6"
59-
#define RDM_VERSION_DATESTR "06.Dec.2019"
60-
#define RDM_VERSION_COPYRIGHT "Copyright 2019 ETC Inc."
58+
#define RDM_VERSION_STRING "0.2.0.7"
59+
#define RDM_VERSION_DATESTR "17.Feb.2020"
60+
#define RDM_VERSION_COPYRIGHT "Copyright 2020 ETC Inc."
6161
#define RDM_VERSION_PRODUCTNAME "RDM"
6262
/*!
6363
* @}

tools/version/current_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0.6
1+
0.2.0.7

tools/version/imports.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import RDM/... //GITHUB_RDM/main_latest/...@GHRDM_0.2.0.6
2-
import EtcPal/... //GITHUB_EtcPal/main_latest/...@EtcPal_0.3.0.7
1+
import RDM/... //GITHUB_RDM/main_latest/...@GHRDM_0.2.0.7
2+
import EtcPal/... //GITHUB_EtcPal/main_latest/...@EtcPal_0.3.0.9

0 commit comments

Comments
 (0)