Skip to content

Commit 22a7f6c

Browse files
committed
Update version to 1.4.1
1 parent c9520f1 commit 22a7f6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ authors:
66
orcid: https://orcid.org/0009-0005-7245-5930
77
title: "The Parallel Hashmap C++ library"
88
license: Apache-2.0
9-
version: 1.3.12
10-
date-released: 2024-01-28
9+
version: 1.4.1
10+
date-released: 2024-10-27

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FetchContent_Declare(
99
parallel-hashmap
1010
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
11-
GIT_TAG v1.4.0 # adjust tag/branch/commit as needed
11+
GIT_TAG v1.4.1 # adjust tag/branch/commit as needed
1212
)
1313
FetchContent_MakeAvailable(parallel-hashmap)
1414

parallel_hashmap/phmap_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#define PHMAP_VERSION_MAJOR 1
3838
#define PHMAP_VERSION_MINOR 4
39-
#define PHMAP_VERSION_PATCH 0
39+
#define PHMAP_VERSION_PATCH 1
4040

4141
// Included for the __GLIBC__ macro (or similar macros on other systems).
4242
#include <limits.h>

0 commit comments

Comments
 (0)