mirror of
https://github.com/Tessil/robin-map.git
synced 2026-01-17 20:21:18 +01:00
Bump version to 1.4.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
|
||||
project(tsl-robin-map VERSION 1.4.1 LANGUAGES CXX)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#define TSL_RH_VERSION_MINOR 4
|
||||
// A change of the patch version indicates a bugfix without additional
|
||||
// functionality
|
||||
#define TSL_RH_VERSION_PATCH 0
|
||||
#define TSL_RH_VERSION_PATCH 1
|
||||
|
||||
#ifdef TSL_DEBUG
|
||||
#define tsl_rh_assert(expr) assert(expr)
|
||||
|
||||
Reference in New Issue
Block a user