Skip to content

Commit

Permalink
Bump version to 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Apr 24, 2023
1 parent 4fe3c8d commit be6a2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parallel_hashmap/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion parallel_hashmap/phmap_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define PHMAP_VERSION_MAJOR 1
#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).
#include <limits.h>
Expand Down

0 comments on commit be6a2c7

Please sign in to comment.