Skip to content

Commit

Permalink
Rev version (#1336)
Browse files Browse the repository at this point in the history
* Rev version
* Define the PreRelease for documentation
  • Loading branch information
RickWinter authored Sep 22, 2020
1 parent 1f7478f commit 5e9d7b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/inc/azure/core/az_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/// The version in string format used for telemetry following the `semver.org` standard
/// (https://semver.org).
#define AZ_SDK_VERSION_STRING "1.0.0-preview.6"
#define AZ_SDK_VERSION_STRING "1.0.0"

/// Major numeric identifier.
#define AZ_SDK_VERSION_MAJOR 1
Expand All @@ -29,6 +29,7 @@
#define AZ_SDK_VERSION_PATCH 0

/// Optional pre-release identifier. SDK is in a pre-release state when present.
#define AZ_SDK_VERSION_PRERELEASE "preview.6"
#define AZ_SDK_VERSION_PRERELEASE
#undef AZ_SDK_VERSION_PRERELEASE

#endif //_az_VERSION_H

0 comments on commit 5e9d7b9

Please sign in to comment.