Repository: ignite Updated Branches: refs/heads/ignite-1786 73261444f -> 8b3386205
IGNITE-1786: Reverted changes to CPP versions in autotools. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8b338620 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8b338620 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8b338620 Branch: refs/heads/ignite-1786 Commit: 8b3386205f15fff4dad91073955297f86faed68f Parents: 7326144 Author: vozerov-gridgain <[email protected]> Authored: Mon Jan 25 16:46:23 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Jan 25 16:46:23 2016 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/binary/configure.ac | 2 +- modules/platforms/cpp/common/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8b338620/modules/platforms/cpp/binary/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/binary/configure.ac b/modules/platforms/cpp/binary/configure.ac index 5d5c460..9b79e9a 100644 --- a/modules/platforms/cpp/binary/configure.ac +++ b/modules/platforms/cpp/binary/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite Binary Protocol implementation for C++], [1.5.0.10000], [[email protected]], [ignite-binary], [ignite.apache.org]) +AC_INIT([Apache Ignite Binary Protocol implementation for C++], [1.5.1.7927], [[email protected]], [ignite-binary], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/8b338620/modules/platforms/cpp/common/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/configure.ac b/modules/platforms/cpp/common/configure.ac index 63e9459..87d5fbc 100644 --- a/modules/platforms/cpp/common/configure.ac +++ b/modules/platforms/cpp/common/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite JNI bridge for C++], [1.5.3.8189], [[email protected]], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [1.5.1.7927], [[email protected]], [ignite-common], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM
