commit: 343cc6e2f36579f24eda80e28709226203bf8afb
parent: d54b0d119607477eed06bc9b00b3a8a1eefba382
author: Brian Callahan <bcallah@openbsd.org>
date: Sat, 31 Oct 2020 20:48:51 -0400
This is oksh-6.8.1
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -112,5 +112,5 @@ for details.
Get a tarball
-------------
-See releases tab. The latest release is oksh-6.8, which matches the ksh(1)
+See releases tab. The latest release is oksh-6.8.1, which matches the ksh(1)
from OpenBSD 6.8.
diff --git a/main.c b/main.c
@@ -301,7 +301,7 @@ main(int argc, char *argv[])
setint(global("PPID"), (int64_t) ppid);
/* setstr can't fail here */
setstr(global(version_param), ksh_version, KSH_RETURN_ERROR);
- setstr(global("OKSH_VERSION"), "oksh 6.8", KSH_RETURN_ERROR);
+ setstr(global("OKSH_VERSION"), "oksh 6.8.1", KSH_RETURN_ERROR);
/* execute initialization statements */
for (wp = (char**) initcoms; *wp != NULL; wp++) {