Fixed C++ versions
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/07ec8b00 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/07ec8b00 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/07ec8b00 Branch: refs/heads/ignite-zk Commit: 07ec8b00da95b5578845344a98185530ef602d5a Parents: cb344fd Author: Igor Sapego <[email protected]> Authored: Fri Nov 24 15:10:26 2017 +0300 Committer: Igor Sapego <[email protected]> Committed: Fri Nov 24 15:10:26 2017 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/configure.ac | 2 +- modules/platforms/cpp/configure.acrel | 2 +- modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs | 2 +- modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs | 2 +- modules/platforms/cpp/odbc/src/config/connection_info.cpp | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/07ec8b00/modules/platforms/cpp/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/configure.ac b/modules/platforms/cpp/configure.ac index b54f419..ed3b51b 100644 --- a/modules/platforms/cpp/configure.ac +++ b/modules/platforms/cpp/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [2.2.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [2.4.0.21810], [[email protected]], [ignite], [ignite.apache.org]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) http://git-wip-us.apache.org/repos/asf/ignite/blob/07ec8b00/modules/platforms/cpp/configure.acrel ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/configure.acrel b/modules/platforms/cpp/configure.acrel index 388106e..43ac20d 100644 --- a/modules/platforms/cpp/configure.acrel +++ b/modules/platforms/cpp/configure.acrel @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [2.2.0.21810], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [2.4.0.21810], [[email protected]], [ignite], [ignite.apache.org]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) http://git-wip-us.apache.org/repos/asf/ignite/blob/07ec8b00/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs index 2824ee4..cf1e8f1 100644 --- a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs +++ b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs @@ -21,7 +21,7 @@ <Product Name='Apache Ignite ODBC 64-bit Driver' Manufacturer='The Apache Software Foundation' Id='F3E308E4-910C-4AF5-82DE-2ACF4D64830E' UpgradeCode='1D7AEFDF-6CD2-4FB5-88F2-811A89832D6D' - Language='1033' Codepage='1252' Version='2.2.0.21810'> + Language='1033' Codepage='1252' Version='2.4.0.21810'> <Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 64-bit Driver Installer" Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.' http://git-wip-us.apache.org/repos/asf/ignite/blob/07ec8b00/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs index 366eb77..a5e0e40 100644 --- a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs +++ b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs @@ -21,7 +21,7 @@ <Product Name='Apache Ignite ODBC 32-bit Driver' Manufacturer='The Apache Software Foundation' Id='D39CBABA-1E21-4701-AA5C-91EDA07B383B' UpgradeCode='743902A4-365C-424E-B226-5B2898A3941E' - Language='1033' Codepage='1252' Version='2.2.0.21810'> + Language='1033' Codepage='1252' Version='2.4.0.21810'> <Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 32-bit Driver Installer" Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.' http://git-wip-us.apache.org/repos/asf/ignite/blob/07ec8b00/modules/platforms/cpp/odbc/src/config/connection_info.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc/src/config/connection_info.cpp b/modules/platforms/cpp/odbc/src/config/connection_info.cpp index 9567d0c..0f8e50b 100644 --- a/modules/platforms/cpp/odbc/src/config/connection_info.cpp +++ b/modules/platforms/cpp/odbc/src/config/connection_info.cpp @@ -581,10 +581,10 @@ namespace ignite // Driver version. At a minimum, the version is of the form ##.##.####, where the first two digits are // the major version, the next two digits are the minor version, and the last four digits are the // release version. - strParams[SQL_DRIVER_VER] = "02.03.0000"; + strParams[SQL_DRIVER_VER] = "02.04.0000"; #endif // SQL_DRIVER_VER #ifdef SQL_DBMS_VER - strParams[SQL_DBMS_VER] = "02.03.0000"; + strParams[SQL_DBMS_VER] = "02.04.0000"; #endif // SQL_DBMS_VER #ifdef SQL_COLUMN_ALIAS
