From 91975480781317965d65779615b57fb1c8fa5753 Mon Sep 17 00:00:00 2001 From: Morwenn Date: Tue, 12 Jan 2021 17:32:21 +0100 Subject: [PATCH] Release 1.2.2 --- CMakeLists.txt | 2 +- README.md | 6 +++--- include/gfx/timsort.hpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37e3704..1aa60b0 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.2.1 LANGUAGES CXX) +project(timsort VERSION 1.2.2 LANGUAGES CXX) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/README.md b/README.md index 034222a..251fbfd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Latest Release](https://img.shields.io/badge/release-1.2.1-blue.svg)](https://github.com/timsort/cpp-TimSort/releases/tag/v1.2.1) -[![Conan Package](https://img.shields.io/badge/conan-cpp--TimSort%2F1.2.1-blue.svg)](https://conan.io/center/timsort?version=1.2.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) +[![Conan Package](https://img.shields.io/badge/conan-cpp--TimSort%2F1.2.2-blue.svg)](https://conan.io/center/timsort?version=1.2.2) ## TimSort @@ -73,7 +73,7 @@ Alternatively the library is also available on conan-center-index and can be ins the following command: ```sh -conan install timsort/1.2.1 +conan install timsort/1.2.2 ``` ## DIAGNOSTICS & INFORMATION diff --git a/include/gfx/timsort.hpp b/include/gfx/timsort.hpp index 99f95b3..abd0ad6 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-2020 Morwenn. + * Copyright (c) 2019-2021 Morwenn. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -39,7 +39,7 @@ #define GFX_TIMSORT_VERSION_MAJOR 1 #define GFX_TIMSORT_VERSION_MINOR 2 -#define GFX_TIMSORT_VERSION_PATCH 1 +#define GFX_TIMSORT_VERSION_PATCH 2 // Diagnostic selection macros