We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93510cc commit 208f44bCopy full SHA for 208f44b
ex/version.h
@@ -18,10 +18,10 @@
18
19
#if defined(DB185EMU) || defined(_DB_185_H_)
20
#define VI_VERSION \
21
- "Version 7.00 (OpenVi) 10/25/2021 - using Berkeley DB 1.85 (emulation)"
+ "Version 7.0.1 (OpenVi) 10/25/2021 - using Berkeley DB 1.85 emulation"
22
#else
23
24
- "Version 7.00 (OpenVi) 10/25/2021"
+ "Version 7.0.1 (OpenVi) 10/25/2021"
25
#endif
26
27
0 commit comments