Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Dec 17, 2020
1 parent 11547e1 commit 125c9f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork

### v1.1.10

- Fixed [#32](https://github.com/chrisant996/clink/issues/32) hooking `ReadConsoleW` on Windows 7.

### v1.1.9

- Added backward compatibility for `clink.match_display_filter`. The clink-completions/git.lua script uses it a lot, and that should all be working now.
Expand Down
2 changes: 1 addition & 1 deletion clink/app/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define CLINK_VERSION_MAJOR 1
#define CLINK_VERSION_MINOR 1
#define CLINK_VERSION_PATCH 9
#define CLINK_VERSION_PATCH 10
#define CLINK_VERSION_STR AS_STR(CLINK_VERSION_MAJOR) ## "." ##\
AS_STR(CLINK_VERSION_MINOR) ## "." ##\
AS_STR(CLINK_VERSION_PATCH) ##\
Expand Down

0 comments on commit 125c9f2

Please sign in to comment.