Skip to content

Commit

Permalink
OpenVi 7.5.28
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey H. Johnson <[email protected]>
  • Loading branch information
johnsonjh committed Apr 7, 2024
1 parent 6954e54 commit 78d2be8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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@
Expand Down
2 changes: 1 addition & 1 deletion common/options.c
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion ex/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion vi/vs_refresh.c
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down

0 comments on commit 78d2be8

Please sign in to comment.