Bump version to 0.0.60

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gui-redesign
Ryan Collier 3 weeks ago
parent e36cff11d4
commit 3c0453320f

@ -111,4 +111,4 @@ Port names are auto-populated from the BPQ server when you connect.
## Version
Current: **0.0.53**
Current: **0.0.60**

@ -37,7 +37,7 @@
#define PATH_MAX 4096
#endif
#define VERSION "0.0.53"
#define VERSION "0.0.60"
#define MAX_HOSTS 4
#define INPUT_MAX 512
#define CONF_FILE ".termtcprc"

@ -29,7 +29,7 @@ extern "C" {
#include <errno.h>
}
#define GUI_VERSION "0.0.53"
#define GUI_VERSION "0.0.60"
#define MAX_HOSTS 10
#define RECV_SZ 4096
#define MON_FBUF_SZ 4096

Loading…
Cancel
Save

Powered by TurnKey Linux.