Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Mar 19, 2024
1 parent b5009d2 commit 048eb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

project(tsl-robin-map VERSION 1.2.1 LANGUAGES CXX)
project(tsl-robin-map VERSION 1.2.2 LANGUAGES CXX)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion include/tsl/robin_growth_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define TSL_RH_VERSION_MINOR 2
// A change of the patch version indicates a bugfix without additional
// functionality
#define TSL_RH_VERSION_PATCH 1
#define TSL_RH_VERSION_PATCH 2

#ifdef TSL_DEBUG
#define tsl_rh_assert(expr) assert(expr)
Expand Down

0 comments on commit 048eb14

Please sign in to comment.