diff --git a/README.md b/README.md index 4f50990..47f6664 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/termtcp.c b/termtcp.c index a6d17a4..8d4fbf4 100644 --- a/termtcp.c +++ b/termtcp.c @@ -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" diff --git a/termtcp_gui.cpp b/termtcp_gui.cpp index 4db6852..1a35f0f 100644 --- a/termtcp_gui.cpp +++ b/termtcp_gui.cpp @@ -29,7 +29,7 @@ extern "C" { #include } -#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