Skip to content

Commit 4154d0b

Browse files
committed
Bump version to 7.0.5
1 parent 7b10b9d commit 4154d0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenVi 7.0.4 -> OpenVi 7.0.5: Thu Jan 27 10:53:24 2022
1+
OpenVi 7.0.4 -> OpenVi 7.0.5: Thu Jan 27 11:00:46 2022
22
+ No verbose build by default; set variables V (or DEBUG) to enable
33
+ No LTO and LGC by default; set variables LTO and/or LGC to enable
44
+ Don't attempt linking with libjemalloc or libmtmalloc by default

ex/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
#if defined(DB185EMU) || defined(_DB_185_H_)
3838
#define VI_VERSION \
39-
"Version 7.0.5-dev (OpenVi) 10/25/2021 - using Berkeley DB 1.85 emulation"
39+
"Version 7.0.5 (OpenVi) 10/25/2021 - using Berkeley DB 1.85 emulation"
4040
#else
4141
#define VI_VERSION \
42-
"Version 7.0.5-dev (OpenVi) 10/25/2021"
42+
"Version 7.0.5 (OpenVi) 10/25/2021"
4343
#endif /* if defined(DB185EMU) || defined(_DB_185_H_) */
4444

4545
#endif /* ifndef _VERSION_H */

0 commit comments

Comments
 (0)