Skip to content

Commit 4ec1bf1

Browse files
committed
Update version to 1.4.0
1 parent 054ec5a commit 4ec1bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(tsl-robin-map VERSION 1.3.0 LANGUAGES CXX)
3+
project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
44

55
include(GNUInstallDirs)
66

include/tsl/robin_growth_policy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define TSL_RH_VERSION_MAJOR 1
4141
// A change of the minor version indicates the addition of a feature without
4242
// impact on the API/ABI
43-
#define TSL_RH_VERSION_MINOR 3
43+
#define TSL_RH_VERSION_MINOR 4
4444
// A change of the patch version indicates a bugfix without additional
4545
// functionality
4646
#define TSL_RH_VERSION_PATCH 0

0 commit comments

Comments
 (0)