Skip to content

Commit

Permalink
1.0.0 release | set version string (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalton-msft authored Sep 28, 2021
1 parent e5cc638 commit 76c74ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/include/azure_iot_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* @brief Optional pre-release identifier. SDK is in a pre-release state when present.
*/
#define azureiotVERSION_PRERELEASE "preview.3"
#define azureiotVERSION_PRERELEASE ""

/**
* @brief The version in string format used for telemetry following the `semver.org` standard
Expand All @@ -45,7 +45,7 @@
#define azureiotVERSION_STRING \
_azureiotSTRINGIFY( azureiotVERSION_MAJOR ) "." \
_azureiotSTRINGIFY( azureiotVERSION_MINOR ) "." \
_azureiotSTRINGIFY( azureiotVERSION_PATCH ) "-" \
_azureiotSTRINGIFY( azureiotVERSION_PATCH ) \
azureiotVERSION_PRERELEASE

#endif /* AZURE_IOT_VERSION_H */

0 comments on commit 76c74ce

Please sign in to comment.