This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch cpp-5.2.0 in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
commit 47d67412bd94ff0bba731959398a636539548f64 Author: AlexanderSaydakov <[email protected]> AuthorDate: Wed Jan 15 14:19:03 2025 -0800 use datasketches-cpp-5.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 594dce0..664ccdb 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]
