From 65775fa09fecaa65d0b0022ab6bf091c0e509445 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Sun, 28 Jan 2024 23:18:32 -0500 Subject: [PATCH] Update version to 1.3.12 --- 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 2a5ceee..b2e8654 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 11 +#define PHMAP_VERSION_PATCH 12 // Included for the __GLIBC__ macro (or similar macros on other systems). #include