Skip to content

Commit 9bef4ea

Browse files
committed
Release 2.0.1
1 parent 1c1a4a2 commit 9bef4ea

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.0.0 LANGUAGES CXX)
5+
project(timsort VERSION 2.0.1 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-cpp--TimSort%2F2.0.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases)
2-
[![Conan Package](https://img.shields.io/badge/conan-2.0.0-blue.svg)](https://conan.io/center/timsort?version=2.0.0)
1+
[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F2.0.1-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v2.0.1)
2+
[![Conan Package](https://img.shields.io/badge/conan-2.0.1-blue.svg)](https://conan.io/center/timsort?version=2.0.1)
33
[![Build Status](https://travis-ci.org/timsort/cpp-TimSort.svg?branch=master)](https://travis-ci.org/timsort/cpp-TimSort)
44
[![License](https://img.shields.io/:license-mit-yellow.svg)](https://doge.mit-license.org)
55

@@ -96,7 +96,7 @@ Alternatively the library is also available on conan-center-index and can be ins
9696
the following command:
9797

9898
```sh
99-
conan install timsort/2.0.0
99+
conan install timsort/2.0.1
100100
```
101101

102102
## DIAGNOSTICS & INFORMATION

include/gfx/timsort.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* - http://cr.openjdk.java.net/~martin/webrevs/openjdk7/timsort/raw_files/new/src/share/classes/java/util/TimSort.java
77
*
88
* Copyright (c) 2011 Fuji, Goro (gfx) <gfuji@cpan.org>.
9-
* Copyright (c) 2019 Morwenn.
9+
* Copyright (c) 2019-2020 Morwenn.
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to
@@ -40,7 +40,7 @@
4040

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

4545
// Diagnostic selection macros
4646

0 commit comments

Comments
 (0)