Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Apr 19, 2024
1 parent 149ff45 commit 188c455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

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

include(GNUInstallDirs)

Expand Down
4 changes: 2 additions & 2 deletions include/tsl/robin_growth_policy.h
Expand Up @@ -40,10 +40,10 @@
#define TSL_RH_VERSION_MAJOR 1
// A change of the minor version indicates the addition of a feature without
// impact on the API/ABI
#define TSL_RH_VERSION_MINOR 2
#define TSL_RH_VERSION_MINOR 3
// A change of the patch version indicates a bugfix without additional
// functionality
#define TSL_RH_VERSION_PATCH 2
#define TSL_RH_VERSION_PATCH 0

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

0 comments on commit 188c455

Please sign in to comment.