summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/version.c b/version.c
index 7ca31e0930fa..cab2690176fe 100644
--- a/version.c
+++ b/version.c
@@ -919,7 +919,18 @@ v578 2/9/21 Doc
v579 2/14/21 Fix double-width char bugs and non-match search crash.
v580 3/2/21 Some color fixes; fix compiler warnings; some lesstest support.
v581 4/6/21 Ignore SIGTSTP in secure mode; don't print "skipping" when filtering.
-v581.2 4/28/21 Fix failure to deinit mouse.
+v582 4/21/21 Less now reads lesskey source file rather than binary;
+ fix bug in finding tags with backslashes.
+v583 4/21/21 Use XDG_CONFIG_HOME and XDG_DATA_HOME to find files.
+v584 4/30/21 Add --file-size option.
+v585 5/2/21 Allow color desc W per man page.
+v586 5/7/21 Doc changes.
+v587 5/27/21 Fix --with-secure; fix --file-size message on Windows;
+ fix colored search hilite in colored text; don't exit
+ if -F and screen is resized; fix memcpy usage.
+v588 5/27/21 Fix release.
+v589 5/29/21 Copyright & build changes.
+v590 6/3/21 Fix non-autoconf Makefiles.
*/
-char version[] = "581.2";
+char version[] = "590";