diff --git a/README.md b/README.md index e3a9337..e08ba2f 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,13 @@ system requirements feature/bug-fix roadmap ----------------------- 0.9.0 -* clean up libssh2 network ops (write fn, read safety, don't allow send until connected, quit while connected mess) -* clean up/update versions of libssh and mbedtls (get as close to mainline as possible, revert unecessary changes) +* clean up network ops (write fn, read safety, don't allow send until connected, quit while connected mess) * clean up preferences loading/saving, include key stuff, `known_hosts` reset option * build/packaging scripts * general ssheven code cleanup * text selection + copy 1.0.0 (first "real" release) -* improve RNG * nicer error presentation for more failure cases * read Apple HIG and obsessively optimize placement of all GUI elements * license info in an about box type thing diff --git a/ssheven-constants.r b/ssheven-constants.r index dd793ef..a9609cb 100644 --- a/ssheven-constants.r +++ b/ssheven-constants.r @@ -4,11 +4,11 @@ #define __SSHEVEN_CONSTANTS_R__ /* so many versions */ -#define SSHEVEN_VERSION "0.8.3" -#define SSHEVEN_LONG_VERSION "0.8.3 prerelease, by cy384" -#define SSHEVEN_DESCRIPTION "ssheven 0.8.3 by cy384" +#define SSHEVEN_VERSION "0.8.4" +#define SSHEVEN_LONG_VERSION "0.8.4 prerelease, by cy384" +#define SSHEVEN_DESCRIPTION "ssheven 0.8.4 by cy384" #define SSHEVEN_VERSION_MAJOR 0x00 -#define SSHEVEN_VERSION_MINOR 0x83 +#define SSHEVEN_VERSION_MINOR 0x84 #define SSHEVEN_VERSION_PRERELEASE 0x01 /* options: development, alpha, beta, release */