Fixed typos

This commit is contained in:
Jenny Tam 2020-11-30 11:19:06 -08:00
parent 033788bc53
commit 3cf753bc73
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Updated PECL release packages. Here is the list of updates:
- Support for PHP 8.0 - Support for PHP 8.0
### Removed ### Removed
- Dropped support for PHP 7.2. - Dropped support for PHP 7.2
### Fixed ### Fixed
- Pull Request [#1205](https://github.com/microsoft/msphpsql/pull/1205) - minimized compilation warnings in Linux and Mac - Pull Request [#1205](https://github.com/microsoft/msphpsql/pull/1205) - minimized compilation warnings in Linux and Mac

View file

@ -31,7 +31,7 @@
#define SQLVERSION_BUILD 0 #define SQLVERSION_BUILD 0
// For previews, set this constant to 1, 2 and so on. Otherwise, set it to 0 // For previews, set this constant to 1, 2 and so on. Otherwise, set it to 0
#define PREVIEW 1 #define PREVIEW 2
#define SEMVER_PRERELEASE #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.