From 75191e84fc426182adc8505fcaf948e7b73a8679 Mon Sep 17 00:00:00 2001 From: v-dareck Date: Thu, 2 Feb 2017 14:16:21 -0800 Subject: [PATCH] Update version.h --- CHANGELOG.md | 2 +- source/shared/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65737f7d..3b78e599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/source/shared/version.h b/source/shared/version.h index ee9d0157..c6c5a0c9 100644 --- a/source/shared/version.h +++ b/source/shared/version.h @@ -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 )