Skip to content

Commit d35ab83

Browse files
committed
Release 1.2.0
1 parent 81b5410 commit d35ab83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F1.1.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases)
1+
[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F1.2.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases)
22
[![Build Status](https://travis-ci.org/timsort/cpp-TimSort.svg?branch=master)](https://travis-ci.org/timsort/cpp-TimSort)
33
[![License](https://img.shields.io/:license-mit-blue.svg)](https://doge.mit-license.org)
44

include/gfx/timsort.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// Semantic versioning macros
3939

4040
#define GFX_TIMSORT_VERSION_MAJOR 1
41-
#define GFX_TIMSORT_VERSION_MINOR 1
41+
#define GFX_TIMSORT_VERSION_MINOR 2
4242
#define GFX_TIMSORT_VERSION_PATCH 0
4343

4444
// Diagnostic selection macros

0 commit comments

Comments
 (0)