bump version to 0.8.9, update readme

This commit is contained in:
cy384 2021-12-29 20:35:23 -05:00
parent 29c27221a5
commit 5bed63fc83
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
ssheven
-------
A modern SSH client for Mac OS 7/8/9.
A minimal new SSH client for Mac OS 7/8/9.
Project status: as of 0.8.0 ([see github releases](https://github.com/cy384/ssheven/releases)), fairly secure and usable, but without a polished UX or all planned features. Versions prior to 1.0.0 should be considered alpha/beta quality.

View File

@ -4,11 +4,11 @@
#define __SSHEVEN_CONSTANTS_R__
/* so many versions */
#define SSHEVEN_VERSION "0.8.8"
#define SSHEVEN_LONG_VERSION "0.8.8 prerelease, by cy384"
#define SSHEVEN_DESCRIPTION "ssheven 0.8.8 by cy384"
#define SSHEVEN_VERSION "0.8.9"
#define SSHEVEN_LONG_VERSION "0.8.9 prerelease, by cy384"
#define SSHEVEN_DESCRIPTION "ssheven 0.8.9 by cy384"
#define SSHEVEN_VERSION_MAJOR 0x00
#define SSHEVEN_VERSION_MINOR 0x88
#define SSHEVEN_VERSION_MINOR 0x89
#define SSHEVEN_VERSION_PRERELEASE 0x01
/* options: development, alpha, beta, release */