This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit d0f34c18a460beab801c6fae5172ef412652b954 Author: yangzhg <yangz...@gmail.com> AuthorDate: Wed Jun 8 12:29:56 2022 +0800 tag version 2.3.0 --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e8b174..5d67a2c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,8 +1,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) SET(libhdfs3_VERSION_MAJOR 2) -SET(libhdfs3_VERSION_MINOR 2) -SET(libhdfs3_VERSION_PATCH 31) +SET(libhdfs3_VERSION_MINOR 3) +SET(libhdfs3_VERSION_PATCH 0) SET(libhdfs3_VERSION_STRING "${libhdfs3_VERSION_MAJOR}.${libhdfs3_VERSION_MINOR}.${libhdfs3_VERSION_PATCH}") SET(libhdfs3_VERSION_API 1) SET(libhdfs3_ROOT_SOURCES_DIR ${CMAKE_SOURCE_DIR}/src) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org