Skip to content

Commit 048eb14

Browse files
committed
Update version to 1.2.2
1 parent b5009d2 commit 048eb14

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.3)
22

3-
project(tsl-robin-map VERSION 1.2.1 LANGUAGES CXX)
3+
project(tsl-robin-map VERSION 1.2.2 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
@@ -43,7 +43,7 @@
4343
#define TSL_RH_VERSION_MINOR 2
4444
// A change of the patch version indicates a bugfix without additional
4545
// functionality
46-
#define TSL_RH_VERSION_PATCH 1
46+
#define TSL_RH_VERSION_PATCH 2
4747

4848
#ifdef TSL_DEBUG
4949
#define tsl_rh_assert(expr) assert(expr)

0 commit comments

Comments
 (0)