aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r--contrib/less/version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c
index 9a97f1658940..68a42a6272fa 100644
--- a/contrib/less/version.c
+++ b/contrib/less/version.c
@@ -1047,6 +1047,8 @@ v675 4/3/25 Add ESC-b.
v676 4/16/25 Fix two OSC 8 display bugs.
v677 4/27/25 Fix & filtering bug.
v678 5/1/25 Don't change stty tab setting.
+v679 5/28/25 Fix lesskey parsing bug when env var is prefix of another;
+ fix unexpected exit when using -K.
*/
-char version[] = "678";
+char version[] = "679";