Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Oct 17, 2020
1 parent 1c1a4a2 commit 9bef4ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

project(timsort VERSION 1.0.0 LANGUAGES CXX)
project(timsort VERSION 2.0.1 LANGUAGES CXX)

include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F2.0.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases)
[![Conan Package](https://img.shields.io/badge/conan-2.0.0-blue.svg)](https://conan.io/center/timsort?version=2.0.0)
[![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)
[![Conan Package](https://img.shields.io/badge/conan-2.0.1-blue.svg)](https://conan.io/center/timsort?version=2.0.1)
[![Build Status](https://travis-ci.org/timsort/cpp-TimSort.svg?branch=master)](https://travis-ci.org/timsort/cpp-TimSort)
[![License](https://img.shields.io/:license-mit-yellow.svg)](https://doge.mit-license.org)

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

```sh
conan install timsort/2.0.0
conan install timsort/2.0.1
```

## DIAGNOSTICS & INFORMATION
Expand Down
4 changes: 2 additions & 2 deletions include/gfx/timsort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* - http://cr.openjdk.java.net/~martin/webrevs/openjdk7/timsort/raw_files/new/src/share/classes/java/util/TimSort.java
*
* Copyright (c) 2011 Fuji, Goro (gfx) <gfuji@cpan.org>.
* Copyright (c) 2019 Morwenn.
* Copyright (c) 2019-2020 Morwenn.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
Expand Down Expand Up @@ -40,7 +40,7 @@

#define GFX_TIMSORT_VERSION_MAJOR 2
#define GFX_TIMSORT_VERSION_MINOR 0
#define GFX_TIMSORT_VERSION_PATCH 0
#define GFX_TIMSORT_VERSION_PATCH 1

// Diagnostic selection macros

Expand Down

0 comments on commit 9bef4ea

Please sign in to comment.