From 78d2be8c144202033e42615bb738a841ff4078da Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Johnson" Date: Sun, 7 Apr 2024 16:03:03 -0400 Subject: [PATCH] OpenVi 7.5.28 Signed-off-by: Jeffrey H. Johnson --- ChangeLog | 2 +- common/options.c | 2 +- ex/version.h | 2 +- vi/vs_refresh.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cf6427..199d8eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -OpenVi 7.4.27 -> OpenVi 7.4.28-dev: Mon Apr 1 19:33:47 2024 +OpenVi 7.4.27 -> OpenVi 7.5.28: Sun Apr 7 19:06:02 2024 + Add `-C cmd` startup option; similar to `-c` but always runs `cmd`. + Remove duplicate include statements from xinstall.c + Add showfilename set option to display file name; OK millert@ otto@ diff --git a/common/options.c b/common/options.c index d68ae99..3148141 100644 --- a/common/options.c +++ b/common/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.29 2021/04/13 15:39:21 millert Exp $ */ +/* $OpenBSD: options.c,v 1.30 2024/02/12 16:42:42 job Exp $ */ /* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/ex/version.h b/ex/version.h index f98b6ff..89606e7 100644 --- a/ex/version.h +++ b/ex/version.h @@ -37,6 +37,6 @@ # define _VERSION_H # define VI_VERSION \ - "Version 7.4.28-dev (OpenVi) 02/15/2024" + "Version 7.5.28 (OpenVi) 02/15/2024" #endif /* ifndef _VERSION_H */ diff --git a/vi/vs_refresh.c b/vi/vs_refresh.c index cef8b1e..8648c39 100644 --- a/vi/vs_refresh.c +++ b/vi/vs_refresh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs_refresh.c,v 1.22 2016/01/30 21:31:08 martijn Exp $ */ +/* $OpenBSD: vs_refresh.c,v 1.23 2024/02/12 16:42:43 job Exp $ */ /* SPDX-License-Identifier: BSD-3-Clause */