Skip to content

Commit

Permalink
Update version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Oct 28, 2024
1 parent c9520f1 commit 22a7f6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors:
orcid: https://orcid.org/0009-0005-7245-5930
title: "The Parallel Hashmap C++ library"
license: Apache-2.0
version: 1.3.12
date-released: 2024-01-28
version: 1.4.1
date-released: 2024-10-27
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FetchContent_Declare(
parallel-hashmap
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
GIT_TAG v1.4.0 # adjust tag/branch/commit as needed
GIT_TAG v1.4.1 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(parallel-hashmap)

Expand Down
2 changes: 1 addition & 1 deletion parallel_hashmap/phmap_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define PHMAP_VERSION_MAJOR 1
#define PHMAP_VERSION_MINOR 4
#define PHMAP_VERSION_PATCH 0
#define PHMAP_VERSION_PATCH 1

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

0 comments on commit 22a7f6c

Please sign in to comment.