File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)
22
33list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
44
5- project (timsort VERSION 1.0.0 LANGUAGES CXX)
5+ project (timsort VERSION 1.2.1 LANGUAGES CXX)
66
77include (CMakePackageConfigHelpers)
88include (GNUInstallDirs)
Original file line number Diff line number Diff line change 1- [ ![ Latest Release] ( https://img.shields.io/badge/release-cpp--TimSort%2F1.2.0 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases )
2- [ ![ Conan Package] ( https://img.shields.io/badge/conan-1.2.0 -blue.svg )] ( https://conan.io/center/timsort?version=1.2.0 )
1+ [ ![ Latest Release] ( https://img.shields.io/badge/release-cpp--TimSort%2F1.2.1 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v1.2.1 )
2+ [ ![ Conan Package] ( https://img.shields.io/badge/conan-1.2.1 -blue.svg )] ( https://conan.io/center/timsort?version=1.2.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-blue.svg )] ( https://doge.mit-license.org )
55
Original file line number Diff line number Diff line change 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) <[email protected] >. 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
3939
4040#define GFX_TIMSORT_VERSION_MAJOR 1
4141#define GFX_TIMSORT_VERSION_MINOR 2
42- #define GFX_TIMSORT_VERSION_PATCH 0
42+ #define GFX_TIMSORT_VERSION_PATCH 1
4343
4444// Diagnostic selection macros
4545
You can’t perform that action at this time.
0 commit comments