Skip to content

Commit a2fca61

Browse files
committed
Bump version to 7.0.10
1 parent df1a7ef commit a2fca61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
OpenVi 7.0.9 -> OpenVi 7.0.10-dev (Unreleased): Wed Feb 9 16:34:07 2022
1+
OpenVi 7.0.9 -> OpenVi 7.0.10: Wed Feb 9 16:36:25 2022
22
+ Silence some warnings and general style clean-up
33
+ Clarify text of some visual mode messages; use the POSIX thousands
4-
numeric seperator for displaying most line and character counts.
4+
numeric seperator for displaying most line and character counts
55
+ Use `/var/tmp` for the `vi.recover` directory; on most Linux
66
systems, this persists across reboots and gives a higher chance
77
of recovery than `/tmp` which is often a memory-backed filesystem

ex/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
# define _VERSION_H
3636

3737
# define VI_VERSION \
38-
"Version 7.0.10-dev (OpenVi) 10/25/2021"
38+
"Version 7.0.10 (OpenVi) 10/25/2021"
3939

4040
#endif /* ifndef _VERSION_H */

0 commit comments

Comments
 (0)