Skip to content

Commit

Permalink
[skip ci] Update version files for build 0.4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Dec 9, 2022
1 parent a8631cb commit 1d7f783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/rdmnet/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define RDMNET_VERSION_MAJOR 0 /**< The major version. */
#define RDMNET_VERSION_MINOR 4 /**< The minor version. */
#define RDMNET_VERSION_PATCH 0 /**< The patch version. */
#define RDMNET_VERSION_BUILD 9 /**< The build number. */
#define RDMNET_VERSION_BUILD 10 /**< The build number. */
/**
* @}
*/
Expand All @@ -48,8 +48,8 @@
* @name RDMnet version strings
* @{
*/
#define RDMNET_VERSION_STRING "0.4.0.9" /**< The version number as a string. */
#define RDMNET_VERSION_DATESTR "21.Sep.2022" /**< The date this version was created. */
#define RDMNET_VERSION_STRING "0.4.0.10" /**< The version number as a string. */
#define RDMNET_VERSION_DATESTR "09.Dec.2022" /**< The date this version was created. */
#define RDMNET_VERSION_COPYRIGHT "Copyright 2022 ETC Inc." /**< A copyright string for this library. */
#define RDMNET_VERSION_PRODUCTNAME "RDMnet" /**< The name of the library as a string. */
/**
Expand Down

0 comments on commit 1d7f783

Please sign in to comment.