Skip to content

Commit

Permalink
Update version and CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Feb 24, 2021
1 parent e12898f commit d161e95
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 @@ -2,6 +2,10 @@

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

### v1.1.34

- Fixed copying to clipboard (CF_UNICODETEXT was put on the clipboard correctly, but CF_TEXT was empty and should have been omitted to let Windows automatically convert it from the Unicode text).

### v1.1.33

- Make the "replacing arglink" warning message a little more informative, and write a lua traceback to the Clink log file.
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 33
#define CLINK_VERSION_PATCH 34
#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 d161e95

Please sign in to comment.