We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5009d2 commit 048eb14Copy full SHA for 048eb14
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.3)
2
3
-project(tsl-robin-map VERSION 1.2.1 LANGUAGES CXX)
+project(tsl-robin-map VERSION 1.2.2 LANGUAGES CXX)
4
5
include(GNUInstallDirs)
6
include/tsl/robin_growth_policy.h
@@ -43,7 +43,7 @@
43
#define TSL_RH_VERSION_MINOR 2
44
// A change of the patch version indicates a bugfix without additional
45
// functionality
46
-#define TSL_RH_VERSION_PATCH 1
+#define TSL_RH_VERSION_PATCH 2
47
48
#ifdef TSL_DEBUG
49
#define tsl_rh_assert(expr) assert(expr)
0 commit comments