Skip to content

Commit

Permalink
bump to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tenox7 committed May 12, 2024
1 parent f0a33cd commit 9bbca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttyplot.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ttyplot: a realtime plotting utility for terminal with data input from stdin
// Copyright (c) 2018 by Antoni Sawicki
// Copyright (c) 2018-2024 by Antoni Sawicki
// Copyright (c) 2019-2023 by Google LLC
// Copyright (c) 2023-2024 by Edgar Bonet
// Copyright (c) 2023-2024 by Sebastian Pipping
Expand Down Expand Up @@ -46,7 +46,7 @@
#define STR(x) STR_(x)
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 2
#define VERSION_PATCH 4
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)

#define T_RARR '>'
Expand Down

0 comments on commit 9bbca81

Please sign in to comment.