Skip to content

Commit

Permalink
[skip ci] Update version files for build 3.0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Jan 15, 2024
1 parent 96350cd commit 241718f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/sacn/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define SACN_VERSION_MAJOR 3 /**< The major version. */
#define SACN_VERSION_MINOR 0 /**< The minor version. */
#define SACN_VERSION_PATCH 0 /**< The patch version. */
#define SACN_VERSION_BUILD 25 /**< The build number. */
#define SACN_VERSION_BUILD 26 /**< The build number. */
/**
* @}
*/
Expand All @@ -51,8 +51,8 @@
* @name sACN version strings
* @{
*/
#define SACN_VERSION_STRING "3.0.0.25" /**< The 4-digit version string. */
#define SACN_VERSION_DATESTR "12.Jan.2024" /**< The date this version was released (dd.Mm.yyyy). */
#define SACN_VERSION_STRING "3.0.0.26" /**< The 4-digit version string. */
#define SACN_VERSION_DATESTR "15.Jan.2024" /**< The date this version was released (dd.Mm.yyyy). */
#define SACN_VERSION_COPYRIGHT "Copyright 2024 ETC Inc." /**< The version's copyright string. */
#define SACN_VERSION_PRODUCTNAME "sACN" /**< The version's product name. */
/**
Expand Down

0 comments on commit 241718f

Please sign in to comment.