mirror of https://github.com/cy384/ssheven.git
bump version to 0.8.9, update readme
This commit is contained in:
parent
29c27221a5
commit
5bed63fc83
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
ssheven
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#define __SSHEVEN_CONSTANTS_R__
|
#define __SSHEVEN_CONSTANTS_R__
|
||||||
|
|
||||||
/* so many versions */
|
/* so many versions */
|
||||||
#define SSHEVEN_VERSION "0.8.8"
|
#define SSHEVEN_VERSION "0.8.9"
|
||||||
#define SSHEVEN_LONG_VERSION "0.8.8 prerelease, by cy384"
|
#define SSHEVEN_LONG_VERSION "0.8.9 prerelease, by cy384"
|
||||||
#define SSHEVEN_DESCRIPTION "ssheven 0.8.8 by cy384"
|
#define SSHEVEN_DESCRIPTION "ssheven 0.8.9 by cy384"
|
||||||
#define SSHEVEN_VERSION_MAJOR 0x00
|
#define SSHEVEN_VERSION_MAJOR 0x00
|
||||||
#define SSHEVEN_VERSION_MINOR 0x88
|
#define SSHEVEN_VERSION_MINOR 0x89
|
||||||
#define SSHEVEN_VERSION_PRERELEASE 0x01
|
#define SSHEVEN_VERSION_PRERELEASE 0x01
|
||||||
|
|
||||||
/* options: development, alpha, beta, release */
|
/* options: development, alpha, beta, release */
|
||||||
|
|
Loading…
Reference in New Issue