This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch use_cpp_5.2.0 in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
commit bf5ac8bcfc5d20b581f38fd60fd5a9e3c818325d Author: AlexanderSaydakov <[email protected]> AuthorDate: Wed Jan 15 17:29:34 2025 -0800 use latest datasketches-cpp-5.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4da0614..d82568a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ $(MODULES): all: datasketches-cpp $(MODULES) -DATASKETCHES_CPP_VERSION = 5.1.0 +DATASKETCHES_CPP_VERSION = 5.2.0 datasketches-cpp: wget https://github.com/apache/datasketches-cpp/archive/refs/tags/$(DATASKETCHES_CPP_VERSION).zip mv $(DATASKETCHES_CPP_VERSION).zip datasketches-cpp-$(DATASKETCHES_CPP_VERSION).zip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
