From f31c11f2ec165db70001edb4e63fa7810cf13aec Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Sun, 23 Apr 2023 18:10:21 -0400 Subject: [PATCH] Update version to 1.3.9 --- parallel_hashmap/phmap_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel_hashmap/phmap_config.h b/parallel_hashmap/phmap_config.h index ddebce8..e35c5f3 100644 --- a/parallel_hashmap/phmap_config.h +++ b/parallel_hashmap/phmap_config.h @@ -36,7 +36,7 @@ #define PHMAP_VERSION_MAJOR 1 #define PHMAP_VERSION_MINOR 3 -#define PHMAP_VERSION_PATCH 8 +#define PHMAP_VERSION_PATCH 9 // Included for the __GLIBC__ macro (or similar macros on other systems). #include