Skip to content

Commit

Permalink
v590
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jun 3, 2021
1 parent aa84776 commit 850d14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

======================================================================

Major changes between "less" versions 581 and 589
Major changes between "less" versions 581 and 590

* Make less able to read lesskey source files (deprecating lesskey).

Expand Down
4 changes: 2 additions & 2 deletions version.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ v587 5/27/21 Fix --with-secure; fix --file-size message on Windows;
if -F and screen is resized; fix memcpy usage.
v588 5/27/21 Fix release.
v589 5/29/21 Copyright & build changes.
v590
v590 6/3/21 Fix non-autoconf Makefiles.
*/

char version[] = "590x";
char version[] = "590";

0 comments on commit 850d14a

Please sign in to comment.