mirror of
https://github.com/Tessil/robin-map.git
synced 2026-01-17 20:21:18 +01:00
Update version to 1.3.0
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user