diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b12a2c0..64dd562f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Updated PECL release packages. Here is the list of updates: - Support for PHP 8.0 ### Removed -- Dropped support for PHP 7.2. +- Dropped support for PHP 7.2 ### Fixed - Pull Request [#1205](https://github.com/microsoft/msphpsql/pull/1205) - minimized compilation warnings in Linux and Mac diff --git a/source/shared/version.h b/source/shared/version.h index 7ea04798..9ea65beb 100644 --- a/source/shared/version.h +++ b/source/shared/version.h @@ -31,7 +31,7 @@ #define SQLVERSION_BUILD 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 // Semantic versioning build metadata, build meta data is not counted in precedence order.