Skip to content

Commit 9bbca81

Browse files
committed
bump to 1.6.4
1 parent f0a33cd commit 9bbca81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ttyplot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ttyplot: a realtime plotting utility for terminal with data input from stdin
3-
// Copyright (c) 2018 by Antoni Sawicki
3+
// Copyright (c) 2018-2024 by Antoni Sawicki
44
// Copyright (c) 2019-2023 by Google LLC
55
// Copyright (c) 2023-2024 by Edgar Bonet
66
// Copyright (c) 2023-2024 by Sebastian Pipping
@@ -46,7 +46,7 @@
4646
#define STR(x) STR_(x)
4747
#define VERSION_MAJOR 1
4848
#define VERSION_MINOR 6
49-
#define VERSION_PATCH 2
49+
#define VERSION_PATCH 4
5050
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
5151

5252
#define T_RARR '>'

0 commit comments

Comments
 (0)