This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit c2037614865a121770e733dc12bc59d5e083dcf7 Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Feb 6 12:23:11 2019 +0000 PROTON-1944: update .so version to account for changes --- cpp/versions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/versions.cmake b/cpp/versions.cmake index d05ecce..dac6ee6 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 3) +set(PN_LIB_CPP_MINOR_VERSION 4) 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: [email protected] For additional commands, e-mail: [email protected]
