Bump version to 1.3.11

This commit is contained in:
greg7mdp
2023-04-23 23:44:16 -04:00
parent 4fe3c8d502
commit be6a2c7985
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
class SparseppConan(ConanFile): class SparseppConan(ConanFile):
name = "parallel_hashmap" name = "parallel_hashmap"
version = "1.3.10" version = "1.3.11"
description = "A header-only, very fast and memory-friendly hash map" description = "A header-only, very fast and memory-friendly hash map"
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py" url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"
+1 -1
View File
@@ -36,7 +36,7 @@
#define PHMAP_VERSION_MAJOR 1 #define PHMAP_VERSION_MAJOR 1
#define PHMAP_VERSION_MINOR 3 #define PHMAP_VERSION_MINOR 3
#define PHMAP_VERSION_PATCH 10 #define PHMAP_VERSION_PATCH 11
// Included for the __GLIBC__ macro (or similar macros on other systems). // Included for the __GLIBC__ macro (or similar macros on other systems).
#include <limits.h> #include <limits.h>