Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
bump version for pair comparators
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Mar 14, 2020
1 parent fc2a05b commit b217307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/robin_hood.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// _/_____/
//
// Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
// version 3.5.2
// version 3.6.0
// https://github.com/martinus/robin-hood-hashing
//
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Expand Down Expand Up @@ -36,8 +36,8 @@

// see https://semver.org/
#define ROBIN_HOOD_VERSION_MAJOR 3 // for incompatible API changes
#define ROBIN_HOOD_VERSION_MINOR 5 // for adding functionality in a backwards-compatible manner
#define ROBIN_HOOD_VERSION_PATCH 2 // for backwards-compatible bug fixes
#define ROBIN_HOOD_VERSION_MINOR 6 // for adding functionality in a backwards-compatible manner
#define ROBIN_HOOD_VERSION_PATCH 0 // for backwards-compatible bug fixes

#include <algorithm>
#include <cstdlib>
Expand Down

0 comments on commit b217307

Please sign in to comment.