From 9cdefd3fe336b420579416cd7ea83598141062ab Mon Sep 17 00:00:00 2001 From: ulvii Date: Wed, 10 May 2017 13:04:16 -0700 Subject: [PATCH] Adding PECL_REPACKAGE macro (#392) Merging this with unpassed checks. The checks are failing because they are using wrong setup file. Will be fixed by #386 --- source/shared/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/shared/version.h b/source/shared/version.h index 6d748030..51588a81 100644 --- a/source/shared/version.h +++ b/source/shared/version.h @@ -45,7 +45,8 @@ #define _FILEVERSION SQLVERSION_MAJOR,SQLVERSION_MINOR,SQLVERSION_PATCH,SQLVERSION_BUILD // PECL package version macros (can't have '-' or '+') -#define PHP_SQLSRV_VERSION VER_APIVERSION_STR SEMVER_PRERELEASE +#define PECL_REPACKAGE ".1" +#define PHP_SQLSRV_VERSION VER_APIVERSION_STR SEMVER_PRERELEASE PECL_REPACKAGE #define PHP_PDO_SQLSRV_VERSION PHP_SQLSRV_VERSION #endif // VERSION_H