File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 32
32
33
33
/* clang-format off */
34
34
35
- /*!
35
+ /*!
36
36
* \defgroup rdm RDM
37
37
* \brief Implementation of the RDM protocol.
38
38
*
46
46
#define RDM_VERSION_MAJOR 0 /*!< The major version. */
47
47
#define RDM_VERSION_MINOR 2 /*!< The minor version. */
48
48
#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. */
50
50
/*!
51
51
* @}
52
52
*/
55
55
* \name RDM version strings
56
56
* @{
57
57
*/
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."
61
61
#define RDM_VERSION_PRODUCTNAME "RDM"
62
62
/*!
63
63
* @}
Original file line number Diff line number Diff line change 1
- 0.2.0.6
1
+ 0.2.0.7
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments