We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89407d commit 5c330b3Copy full SHA for 5c330b3
ttyplot.c
@@ -45,7 +45,7 @@
45
#define STR(x) STR_(x)
46
#define VERSION_MAJOR 1
47
#define VERSION_MINOR 7
48
-#define VERSION_PATCH 0
+#define VERSION_PATCH 1
49
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
50
51
#define T_RARR '>'
0 commit comments