From 33a5d54cae441e447186c640747740dabc0c05fe Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 15 Jun 2022 16:07:46 +0200 Subject: Release version 30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: NRK Co-authored-by: Berke Kocaoğlu --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 96cf092..8ae5c7e 100644 --- a/options.c +++ b/options.c @@ -164,7 +164,7 @@ void parse_options(int argc, char **argv) _options.scalemode = s - scalemodes; break; case 'T': - title_deprecation_notice(); /* TODO(v30): remove this option */ + title_deprecation_notice(); /* TODO(v31): remove this option */ break; case 't': _options.thumb_mode = true; -- cgit v1.2.3