Skip to content

Commit be6a2c7

Browse files
committed
Bump version to 1.3.11
1 parent 4fe3c8d commit be6a2c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

parallel_hashmap/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class SparseppConan(ConanFile):
88
name = "parallel_hashmap"
9-
version = "1.3.10"
9+
version = "1.3.11"
1010
description = "A header-only, very fast and memory-friendly hash map"
1111
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"
1212

parallel_hashmap/phmap_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#define PHMAP_VERSION_MAJOR 1
3838
#define PHMAP_VERSION_MINOR 3
39-
#define PHMAP_VERSION_PATCH 10
39+
#define PHMAP_VERSION_PATCH 11
4040

4141
// Included for the __GLIBC__ macro (or similar macros on other systems).
4242
#include <limits.h>

0 commit comments

Comments
 (0)