Skip to content

Commit

Permalink
[skip ci] Update version files for build 1.0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Jan 5, 2024
1 parent 0c11eca commit 86e7ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 1 /**< The major version. */
#define RDMNET_VERSION_MINOR 0 /**< The minor version. */
#define RDMNET_VERSION_PATCH 0 /**< The patch version. */
#define RDMNET_VERSION_BUILD 3 /**< The build number. */
#define RDMNET_VERSION_BUILD 4 /**< The build number. */
/**
* @}
*/
Expand All @@ -48,9 +48,9 @@
* @name RDMnet version strings
* @{
*/
#define RDMNET_VERSION_STRING "1.0.0.3" /**< The version number as a string. */
#define RDMNET_VERSION_DATESTR "10.Apr.2023" /**< The date this version was created. */
#define RDMNET_VERSION_COPYRIGHT "Copyright 2023 ETC Inc." /**< A copyright string for this library. */
#define RDMNET_VERSION_STRING "1.0.0.4" /**< The version number as a string. */
#define RDMNET_VERSION_DATESTR "05.Jan.2024" /**< The date this version was created. */
#define RDMNET_VERSION_COPYRIGHT "Copyright 2024 ETC Inc." /**< A copyright string for this library. */
#define RDMNET_VERSION_PRODUCTNAME "RDMnet" /**< The name of the library as a string. */
/**
* @}
Expand Down
2 changes: 1 addition & 1 deletion tools/install/windows/vars.wxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- File to define build variables for the RDMnet installer project. -->
<Include>
<?define VersionNumber = "1.0.0.3" ?>
<?define VersionNumber = "1.0.0.4" ?>

<?include GeneratedFiles\vcredist.wxi ?>
<?include GeneratedFiles\mdnsmerge.wxi ?>
Expand Down

0 comments on commit 86e7ec4

Please sign in to comment.