diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e79537..c067a7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -project(tsl-robin-map VERSION 1.2.1 LANGUAGES CXX) +project(tsl-robin-map VERSION 1.2.2 LANGUAGES CXX) include(GNUInstallDirs) diff --git a/include/tsl/robin_growth_policy.h b/include/tsl/robin_growth_policy.h index ebb1e0a..8a3ac3a 100644 --- a/include/tsl/robin_growth_policy.h +++ b/include/tsl/robin_growth_policy.h @@ -43,7 +43,7 @@ #define TSL_RH_VERSION_MINOR 2 // A change of the patch version indicates a bugfix without additional // functionality -#define TSL_RH_VERSION_PATCH 1 +#define TSL_RH_VERSION_PATCH 2 #ifdef TSL_DEBUG #define tsl_rh_assert(expr) assert(expr)