We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a33cd commit 9bbca81Copy full SHA for 9bbca81
1 file changed
ttyplot.c
@@ -1,6 +1,6 @@
1
//
2
// ttyplot: a realtime plotting utility for terminal with data input from stdin
3
-// Copyright (c) 2018 by Antoni Sawicki
+// Copyright (c) 2018-2024 by Antoni Sawicki
4
// Copyright (c) 2019-2023 by Google LLC
5
// Copyright (c) 2023-2024 by Edgar Bonet
6
// Copyright (c) 2023-2024 by Sebastian Pipping
@@ -46,7 +46,7 @@
46
#define STR(x) STR_(x)
47
#define VERSION_MAJOR 1
48
#define VERSION_MINOR 6
49
-#define VERSION_PATCH 2
+#define VERSION_PATCH 4
50
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
51
52
#define T_RARR '>'
0 commit comments