File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)
2
2
3
3
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
4
4
5
- project (timsort VERSION 2.0.2 LANGUAGES CXX)
5
+ project (timsort VERSION 2.1.0 LANGUAGES CXX)
6
6
7
7
include (CMakePackageConfigHelpers)
8
8
include (GNUInstallDirs)
Original file line number Diff line number Diff line change 1
- [ ![ Latest Release] ( https://img.shields.io/badge/release-2.0.2 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v2.0.2 )
2
- [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F2.0.2 -blue.svg )] ( https://conan.io/center/timsort?version=2.0.2 )
1
+ [ ![ Latest Release] ( https://img.shields.io/badge/release-2.1.0 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v2.1.0 )
2
+ [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F2.1.0 -blue.svg )] ( https://conan.io/center/timsort?version=2.1.0 )
3
3
4
4
## TimSort
5
5
@@ -120,7 +120,7 @@ Alternatively the library is also available on conan-center-index and can be ins
120
120
the following command:
121
121
122
122
``` sh
123
- conan install timsort/2.0.2
123
+ conan install timsort/2.1.0
124
124
```
125
125
126
126
## DIAGNOSTICS & INFORMATION
Original file line number Diff line number Diff line change 40
40
// Semantic versioning macros
41
41
42
42
#define GFX_TIMSORT_VERSION_MAJOR 2
43
- #define GFX_TIMSORT_VERSION_MINOR 0
44
- #define GFX_TIMSORT_VERSION_PATCH 2
43
+ #define GFX_TIMSORT_VERSION_MINOR 1
44
+ #define GFX_TIMSORT_VERSION_PATCH 0
45
45
46
46
// Diagnostic selection macros
47
47
You can’t perform that action at this time.
0 commit comments