Repository: activemq-cpp Updated Branches: refs/heads/master 2ad5237ae -> ba71c7d6e
move master on to the next version Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/ba71c7d6 Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/ba71c7d6 Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/ba71c7d6 Branch: refs/heads/master Commit: ba71c7d6e23aad8d1c896f50426c226435906649 Parents: 2ad5237 Author: Timothy Bish <[email protected]> Authored: Thu Aug 6 16:36:41 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Thu Aug 6 16:36:41 2015 -0400 ---------------------------------------------------------------------- activemq-cpp/RELEASE_NOTES.txt | 4 ++++ activemq-cpp/activemq-cpp.spec | 4 ++-- activemq-cpp/configure.ac | 6 +++--- .../src/main/activemq/core/ActiveMQConnectionMetaData.cpp | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/ba71c7d6/activemq-cpp/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/activemq-cpp/RELEASE_NOTES.txt b/activemq-cpp/RELEASE_NOTES.txt index 7004ff7..6cd3e64 100644 --- a/activemq-cpp/RELEASE_NOTES.txt +++ b/activemq-cpp/RELEASE_NOTES.txt @@ -1,4 +1,8 @@ ========================================================================= +== Release Notes for ActiveMQ CPP 3.10.0 == +========================================================================= + +========================================================================= == Release Notes for ActiveMQ CPP 3.9.0 == ========================================================================= http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/ba71c7d6/activemq-cpp/activemq-cpp.spec ---------------------------------------------------------------------- diff --git a/activemq-cpp/activemq-cpp.spec b/activemq-cpp/activemq-cpp.spec index aa7b59e..b397e76 100644 --- a/activemq-cpp/activemq-cpp.spec +++ b/activemq-cpp/activemq-cpp.spec @@ -1,5 +1,5 @@ Name: activemq-cpp -Version: 3.9.0 +Version: 3.10.0 Release: 1%{?dist} Summary: C++ Implementation of a JMS style Messaging Client @@ -18,7 +18,7 @@ BuildRequires: tetex-latex %endif BuildRequires: automake >= 1.10 -BuildRequires: autoconf >= 2.61 +BuildRequires: autoconf >= 2.63 BuildRequires: libtool >= 1.5.24 BuildRequires: apr-devel%{?_isa} >= 1.3 BuildRequires: cppunit-devel%{?_isa} >= 1.10.2 http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/ba71c7d6/activemq-cpp/configure.ac ---------------------------------------------------------------------- diff --git a/activemq-cpp/configure.ac b/activemq-cpp/configure.ac index 8ed6b69..98f3bd4 100644 --- a/activemq-cpp/configure.ac +++ b/activemq-cpp/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ(2.61) ## -------------------------------- ## Initialization macros. ## -------------------------------- -AC_INIT(activemq-cpp, 3.9.0, [email protected]) +AC_INIT(activemq-cpp, 3.10.0, [email protected]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp) AC_CONFIG_MACRO_DIR([m4]) @@ -30,7 +30,7 @@ AC_CONFIG_MACRO_DIR([m4]) ## ------------------------------------------------------------ ACTIVEMQ_LIBRARY_NAME=activemq-cpp ACTIVEMQ_MAJOR_VERSION=3 -ACTIVEMQ_MINOR_VERSION=9 +ACTIVEMQ_MINOR_VERSION=10 ACTIVEMQ_PATCH_VERSION=0 ACTIVEMQ_VERSION=${ACTIVEMQ_MAJOR_VERSION}.${ACTIVEMQ_MINOR_VERSION}.${ACTIVEMQ_PATCH_VERSION} ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION} @@ -75,7 +75,7 @@ AC_SUBST(CMSAPI_VERSION) ## 3. Programs may need to be changed, recompiled, relinked in order to use the new version. Bump ## current, set revision and age to 0. ## -ACTIVEMQ_LIBRARY_VERSION=19:0:0 +ACTIVEMQ_LIBRARY_VERSION=20:0:0 AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION) http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/ba71c7d6/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp ---------------------------------------------------------------------- diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp index 76417c3..8dc611b 100644 --- a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp +++ b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp @@ -51,7 +51,7 @@ std::string ActiveMQConnectionMetaData::getCMSProviderName() const { //////////////////////////////////////////////////////////////////////////////// std::string ActiveMQConnectionMetaData::getProviderVersion() const { - return "3.9.0"; + return "3.10.0"; } //////////////////////////////////////////////////////////////////////////////// @@ -61,7 +61,7 @@ int ActiveMQConnectionMetaData::getProviderMajorVersion() const { //////////////////////////////////////////////////////////////////////////////// int ActiveMQConnectionMetaData::getProviderMinorVersion() const { - return 9; + return 10; } ////////////////////////////////////////////////////////////////////////////////
