PROTON-1926: bump so versions based on review by Justin, Andrew, Alan, and 
Cliff.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/2149ad68
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/2149ad68
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/2149ad68

Branch: refs/heads/go1
Commit: 2149ad68ae1ba3db09ba70b96a4bb4d9991f5ddc
Parents: dc96ae5
Author: Robbie Gemmell <rob...@apache.org>
Authored: Mon Oct 1 12:08:14 2018 +0100
Committer: Robbie Gemmell <rob...@apache.org>
Committed: Mon Oct 1 12:08:14 2018 +0100

----------------------------------------------------------------------
 c/versions.cmake   | 10 +++++-----
 cpp/versions.cmake |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/2149ad68/c/versions.cmake
----------------------------------------------------------------------
diff --git a/c/versions.cmake b/c/versions.cmake
index 00178c6..46a8619 100644
--- a/c/versions.cmake
+++ b/c/versions.cmake
@@ -1,14 +1,14 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
-set(PN_LIB_CORE_MINOR_VERSION 5)
-set(PN_LIB_CORE_PATCH_VERSION 1)
+set(PN_LIB_CORE_MINOR_VERSION 6)
+set(PN_LIB_CORE_PATCH_VERSION 0)
 set(PN_LIB_CORE_VERSION 
"${PN_LIB_CORE_MAJOR_VERSION}.${PN_LIB_CORE_MINOR_VERSION}.${PN_LIB_CORE_PATCH_VERSION}")
 
 set(PN_LIB_PROACTOR_MAJOR_VERSION 1)
 set(PN_LIB_PROACTOR_MINOR_VERSION 3)
-set(PN_LIB_PROACTOR_PATCH_VERSION 3)
+set(PN_LIB_PROACTOR_PATCH_VERSION 4)
 set(PN_LIB_PROACTOR_VERSION 
"${PN_LIB_PROACTOR_MAJOR_VERSION}.${PN_LIB_PROACTOR_MINOR_VERSION}.${PN_LIB_PROACTOR_PATCH_VERSION}")
 
 set(PN_LIB_LEGACY_MAJOR_VERSION 11)
-set(PN_LIB_LEGACY_MINOR_VERSION 6)
-set(PN_LIB_LEGACY_PATCH_VERSION 1)
+set(PN_LIB_LEGACY_MINOR_VERSION 7)
+set(PN_LIB_LEGACY_PATCH_VERSION 0)
 set(PN_LIB_LEGACY_VERSION 
"${PN_LIB_LEGACY_MAJOR_VERSION}.${PN_LIB_LEGACY_MINOR_VERSION}.${PN_LIB_LEGACY_PATCH_VERSION}")

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/2149ad68/cpp/versions.cmake
----------------------------------------------------------------------
diff --git a/cpp/versions.cmake b/cpp/versions.cmake
index 4f1e180..d05ecce 100644
--- a/cpp/versions.cmake
+++ b/cpp/versions.cmake
@@ -1,4 +1,4 @@
 set(PN_LIB_CPP_MAJOR_VERSION 12)
-set(PN_LIB_CPP_MINOR_VERSION 2)
+set(PN_LIB_CPP_MINOR_VERSION 3)
 set(PN_LIB_CPP_PATCH_VERSION 0)
 set(PN_LIB_CPP_VERSION 
"${PN_LIB_CPP_MAJOR_VERSION}.${PN_LIB_CPP_MINOR_VERSION}.${PN_LIB_CPP_PATCH_VERSION}")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to