From d4937d99abbc9218a9eb90ec4c712c3caa6be674 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 31 Mar 2019 17:45:15 -0400 Subject: [PATCH] releasing version 1.0 --- parallel_hashmap/phmap_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parallel_hashmap/phmap_config.h b/parallel_hashmap/phmap_config.h index e3e7573..9ab6dfe 100644 --- a/parallel_hashmap/phmap_config.h +++ b/parallel_hashmap/phmap_config.h @@ -34,8 +34,8 @@ // limitations under the License. // --------------------------------------------------------------------------- -#define PHMAP_VERSION_MAJOR 0 -#define PHMAP_VERSION_MINOR 9 +#define PHMAP_VERSION_MAJOR 1 +#define PHMAP_VERSION_MINOR 0 #define PHMAP_VERSION_PATCH 0 // Included for the __GLIBC__ macro (or similar macros on other systems).