From 4c3705f93e7ac02ac1c381c6a6c0cb26b6732b7e Mon Sep 17 00:00:00 2001 From: ulvii Date: Wed, 10 May 2017 16:29:41 -0700 Subject: [PATCH] update version.h --- source/shared/version.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/shared/version.h b/source/shared/version.h index 69f37fd5..bdb5dd28 100644 --- a/source/shared/version.h +++ b/source/shared/version.h @@ -46,8 +46,7 @@ // PECL package version macros (can't have '-' or '+') -#define PECL_REPACKAGE ".1" -#define PHP_SQLSRV_VERSION VER_APIVERSION_STR SEMVER_PRERELEASE PECL_REPACKAGE +#define PHP_SQLSRV_VERSION VER_APIVERSION_STR SEMVER_PRERELEASE #define PHP_PDO_SQLSRV_VERSION PHP_SQLSRV_VERSION #endif // VERSION_H