You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/01/05 16:36:05 UTC

[41/50] [abbrv] qpid-proton git commit: PROTON-1669: bump the .so minor versions

PROTON-1669: bump the .so minor versions


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

Branch: refs/heads/go1
Commit: 5e4242c29663f2398219d1c21d93789ef2870c27
Parents: 3311dd6
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Dec 19 19:36:32 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Dec 19 19:36:32 2017 +0000

----------------------------------------------------------------------
 proton-c/versions.cmake | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5e4242c2/proton-c/versions.cmake
----------------------------------------------------------------------
diff --git a/proton-c/versions.cmake b/proton-c/versions.cmake
index cfa7253..da4d676 100644
--- a/proton-c/versions.cmake
+++ b/proton-c/versions.cmake
@@ -1,19 +1,19 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
-set(PN_LIB_CORE_MINOR_VERSION 1)
+set(PN_LIB_CORE_MINOR_VERSION 2)
 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 0)
+set(PN_LIB_PROACTOR_MINOR_VERSION 1)
 set(PN_LIB_PROACTOR_PATCH_VERSION 0)
 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 0)
+set(PN_LIB_LEGACY_MINOR_VERSION 1)
 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}")
 
 set(PN_LIB_CPP_MAJOR_VERSION 11)
-set(PN_LIB_CPP_MINOR_VERSION 0)
+set(PN_LIB_CPP_MINOR_VERSION 1)
 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org