-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) <[email protected]>. | ||
* 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 | ||
|
||
|