You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/10/31 18:00:48 UTC

[datasketches-cpp] 01/01: fix version in CMakeLists.txt

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

jmalkin pushed a commit to branch version_bump_3.5.1
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 3be564acfcd987c55103286a81dbc5ac466b1de8
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Oct 31 11:00:31 2022 -0700

    fix version in CMakeLists.txt
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a0fb16..cf5d867 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
 
 cmake_minimum_required(VERSION 3.16.0)
 project(DataSketches
-        VERSION 3.5.0
+        VERSION 3.5.1
         LANGUAGES CXX)
 
 include(GNUInstallDirs)


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