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 054ec5a commit 4ec1bf1Copy full SHA for 4ec1bf1
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
-project(tsl-robin-map VERSION 1.3.0 LANGUAGES CXX)
+project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
4
5
include(GNUInstallDirs)
6
include/tsl/robin_growth_policy.h
@@ -40,7 +40,7 @@
40
#define TSL_RH_VERSION_MAJOR 1
41
// A change of the minor version indicates the addition of a feature without
42
// impact on the API/ABI
43
-#define TSL_RH_VERSION_MINOR 3
+#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
0 commit comments