Update version.h

This commit is contained in:
v-dareck 2017-02-02 14:16:21 -08:00
parent a73fa50c35
commit 75191e84fc
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
## Windows/Linux 4.1.6 - 2017-02-03
Updated PECL release packages. Here is the list of updates:
### Added
- Merge Linux and Windows code.
- Merged Linux and Windows code.
- Enabled connection pooling with unixODBC. To enable pooling:
- in odbcinst.ini, add `Pooling=Yes` to the `[ODBC]` section and a positive `CPTimeout` value to `[ODBC Driver 13 for SQL Server]` section. See http://www.unixodbc.org/doc/conn_pool.html for detailed instructions.

View file

@ -24,7 +24,7 @@
#define SQLVERSION_MAJOR 4
#define SQLVERSION_MINOR 1
#define SQLVERSION_RELEASE 5
#define SQLVERSION_RELEASE 6
#define SQLVERSION_BUILD 0
#define VER_FILEVERSION_STR STRINGIFY( SQLVERSION_MAJOR ) "." STRINGIFY( SQLVERSION_MINOR ) "." STRINGIFY( SQLVERSION_RELEASE ) "." STRINGIFY( SQLVERSION_BUILD )