commit 87293952723d5a1f8a5d036500b4240ddb9d350b
parent 50843e55f542e74c7cc0eb1e94170fa2546a8427
Author: Antoni Sawicki <tenox@google.com>
Date: Thu, 28 Mar 2019 00:26:48 -0700
ver bump
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ttyplot.c b/ttyplot.c
@@ -14,7 +14,7 @@
#include <curses.h>
#include <signal.h>
-#define verstring "github.com/tenox7/ttyplot 1.1"
+#define verstring "github.com/tenox7/ttyplot 1.2"
void usage() {
printf("Usage:\n ttyplot [-2] [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]\n\n"