Skip to content

Commit

Permalink
[skip ci] Update version files for build 1.0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Jan 12, 2024
1 parent fa73c14 commit 089926d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 1 /**< The major version. */
#define RDMNET_VERSION_MINOR 0 /**< The minor version. */
#define RDMNET_VERSION_PATCH 0 /**< The patch version. */
#define RDMNET_VERSION_BUILD 4 /**< The build number. */
#define RDMNET_VERSION_BUILD 5 /**< The build number. */
/**
* @}
*/
Expand All @@ -48,8 +48,8 @@
* @name RDMnet version strings
* @{
*/
#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_STRING "1.0.0.5" /**< The version number as a string. */
#define RDMNET_VERSION_DATESTR "12.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.4" ?>
<?define VersionNumber = "1.0.0.5" ?>

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

0 comments on commit 089926d

Please sign in to comment.