Skip to content

Commit 7fe4c4c

Browse files
committed
Release 1.3.0
1 parent 6cbfeda commit 7fe4c4c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)
22

33
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
44

5-
project(timsort VERSION 1.2.2 LANGUAGES CXX)
5+
project(timsort VERSION 1.3.0 LANGUAGES CXX)
66

77
include(CMakePackageConfigHelpers)
88
include(GNUInstallDirs)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Latest Release](https://img.shields.io/badge/release-1.2.2-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v1.2.2)
2-
[![Conan Package](https://img.shields.io/badge/conan-cpp--TimSort%2F1.2.2-blue.svg)](https://conan.io/center/timsort?version=1.2.2)
1+
[![Latest Release](https://img.shields.io/badge/release-1.3.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v1.3.0)
2+
[![Conan Package](https://img.shields.io/badge/conan-cpp--TimSort%2F1.3.0-blue.svg)](https://conan.io/center/timsort?version=1.3.0)
33

44
## TimSort
55

@@ -123,7 +123,7 @@ Alternatively the library is also available on conan-center-index and can be ins
123123
the following command:
124124

125125
```sh
126-
conan install timsort/1.2.2
126+
conan install timsort/1.3.0
127127
```
128128

129129
## DIAGNOSTICS & INFORMATION

include/gfx/timsort.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
// Semantic versioning macros
4040

4141
#define GFX_TIMSORT_VERSION_MAJOR 1
42-
#define GFX_TIMSORT_VERSION_MINOR 2
43-
#define GFX_TIMSORT_VERSION_PATCH 2
42+
#define GFX_TIMSORT_VERSION_MINOR 3
43+
#define GFX_TIMSORT_VERSION_PATCH 0
4444

4545
// Diagnostic selection macros
4646

0 commit comments

Comments
 (0)