We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b433189 commit bd14e68Copy full SHA for bd14e68
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
-project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
+project(tsl-robin-map VERSION 1.4.1 LANGUAGES CXX)
4
5
include(GNUInstallDirs)
6
include/tsl/robin_growth_policy.h
@@ -43,7 +43,7 @@
43
#define TSL_RH_VERSION_MINOR 4
44
// A change of the patch version indicates a bugfix without additional
45
// functionality
46
-#define TSL_RH_VERSION_PATCH 0
+#define TSL_RH_VERSION_PATCH 1
47
48
#ifdef TSL_DEBUG
49
#define tsl_rh_assert(expr) assert(expr)
0 commit comments