Skip to content

Commit

Permalink
update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cy384 committed Jan 9, 2021
1 parent 635c860 commit 9a19d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ssheven-constants.r
Expand Up @@ -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 */
Expand Down

0 comments on commit 9a19d96

Please sign in to comment.