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
The following commit(s) were added to refs/heads/master by this push: new cbbe571 PROTON-2154: fixup cbbe571 is described below commit cbbe571a7e3d27e810f35cbba59b28bfb3559c7f Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Tue Apr 28 11:39:31 2020 +0100 PROTON-2154: fixup --- c/versions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/versions.cmake b/c/versions.cmake index 0e7d887..1a6ccb4 100644 --- a/c/versions.cmake +++ b/c/versions.cmake @@ -9,6 +9,6 @@ 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 10 +set(PN_LIB_LEGACY_MINOR_VERSION 10) 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}") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org