Skip to content

Commit 47d6741

Browse files
use datasketches-cpp-5.2.0
1 parent 8152481 commit 47d6741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $(MODULES):
2525

2626
all: datasketches-cpp $(MODULES)
2727

28-
DATASKETCHES_CPP_VERSION = 5.1.0
28+
DATASKETCHES_CPP_VERSION = 5.2.0
2929
datasketches-cpp:
3030
wget https://github.com/apache/datasketches-cpp/archive/refs/tags/$(DATASKETCHES_CPP_VERSION).zip
3131
mv $(DATASKETCHES_CPP_VERSION).zip datasketches-cpp-$(DATASKETCHES_CPP_VERSION).zip

0 commit comments

Comments
 (0)