updated the version file

This commit is contained in:
Hadis-Fard 2017-07-04 16:17:53 -07:00
parent 4aa926567b
commit c949793907

View file

@ -33,9 +33,9 @@
// Semantic versioning pre-release // Semantic versioning pre-release
// for stable releases should be empty // for stable releases should be empty
// "rc" for release candidates // "-RC" for release candidates
// "preview" for ETP // "-preview" for ETP
#define SEMVER_PRERELEASE "RC1" #define SEMVER_PRERELEASE
// Semantic versioning build metadata, build meta data is not counted in precedence order. // Semantic versioning build metadata, build meta data is not counted in precedence order.
#define SEMVER_BUILDMETA #define SEMVER_BUILDMETA
@ -48,7 +48,7 @@
#define VER_APIVERSION_STR STRINGIFY( SQLVERSION_MAJOR ) "." STRINGIFY( SQLVERSION_MINOR ) "." STRINGIFY( SQLVERSION_PATCH ) #define VER_APIVERSION_STR STRINGIFY( SQLVERSION_MAJOR ) "." STRINGIFY( SQLVERSION_MINOR ) "." STRINGIFY( SQLVERSION_PATCH )
// Remove "-" if SEMVER_PRERELEASE is empty (for stable releases) // Remove "-" if SEMVER_PRERELEASE is empty (for stable releases)
#define VER_FILEVERSION_STR VER_APIVERSION_STR "-" SEMVER_PRERELEASE SEMVER_BUILDMETA #define VER_FILEVERSION_STR VER_APIVERSION_STR SEMVER_PRERELEASE SEMVER_BUILDMETA
#define _FILEVERSION SQLVERSION_MAJOR,SQLVERSION_MINOR,SQLVERSION_PATCH,SQLVERSION_BUILD #define _FILEVERSION SQLVERSION_MAJOR,SQLVERSION_MINOR,SQLVERSION_PATCH,SQLVERSION_BUILD
// PECL package version macros (can't have '-' or '+') // PECL package version macros (can't have '-' or '+')