diff --git a/NEWS b/NEWS index 21c9e6a1f..165496a50 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ This documents significant changes in the 1.0 branch of ksh 93u+m. For full details, see the git log at: https://github.com/ksh93/ksh/tree/1.0 Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library. +2022-08-08: + +- Release 1.0.2. + 2022-08-06: - Fixed an interactive shell crashing on redefining, then unsetting one of diff --git a/src/cmd/ksh93/include/version.h b/src/cmd/ksh93/include/version.h index 17699d1e0..7a0265db8 100644 --- a/src/cmd/ksh93/include/version.h +++ b/src/cmd/ksh93/include/version.h @@ -17,8 +17,8 @@ #include #define SH_RELEASE_FORK "93u+m" /* only change if you develop a new ksh93 fork */ -#define SH_RELEASE_SVER "1.0.2-alpha" /* semantic version number: https://semver.org */ -#define SH_RELEASE_DATE "2022-08-06" /* must be in this format for $((.sh.version)) */ +#define SH_RELEASE_SVER "1.0.2" /* semantic version number: https://semver.org */ +#define SH_RELEASE_DATE "2022-08-08" /* must be in this format for $((.sh.version)) */ #define SH_RELEASE_CPYR "(c) 2020-2022 Contributors to ksh " SH_RELEASE_FORK /* Scripts sometimes field-split ${.sh.version}, so don't change amount of whitespace. */