diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bd4181..e5c3b94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index fd3c26a..a50b987 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/include/gfx/timsort.hpp b/include/gfx/timsort.hpp index 3822abf..fa2b462 100644 --- a/include/gfx/timsort.hpp +++ b/include/gfx/timsort.hpp @@ -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) . - * 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 @@ -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