You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/12/07 00:24:29 UTC

[datasketches-postgresql] branch core_4_0_0_compatibility updated: updated dependency

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch core_4_0_0_compatibility
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


The following commit(s) were added to refs/heads/core_4_0_0_compatibility by this push:
     new 13d8d81  updated dependency
13d8d81 is described below

commit 13d8d8173f154aa5a1c938d0ffc5bd1f6753073b
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Dec 6 16:24:16 2022 -0800

    updated dependency
---
 Dockerfile | 2 +-
 package.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 67a1b7a..a3dd27b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@
 ARG BASE_IMAGE_VERSION=latest
 
 ARG DATASKETCHES_CPP_HASH=8135b65408947694e13bd131038889e439847aa2
-ARG DATASKETCHES_CPP_VERSION=3.4.0
+ARG DATASKETCHES_CPP_VERSION=4.0.0
 
 FROM postgres:$BASE_IMAGE_VERSION
 
diff --git a/package.sh b/package.sh
index 5b48175..f9cc1d7 100755
--- a/package.sh
+++ b/package.sh
@@ -32,7 +32,7 @@ if [ -z $2 ]; then
 fi
 
 # version of datasketches-cpp core library to include
-CORETAG=3.4.0
+CORETAG=4.0.0
 
 # boost version to include
 BOOSTVER=1.76.0


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org