From 4fe3c8d5022a91cad860b773429dda654d767da8 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Sun, 23 Apr 2023 23:38:35 -0400 Subject: [PATCH] Bump version to 1.3.10 --- 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 e35c5f3..07b8d1a 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 9 +#define PHMAP_VERSION_PATCH 10 // Included for the __GLIBC__ macro (or similar macros on other systems). #include