From 4fce33a5d78a5af9c7f07573ce8bf8201bc974bd Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Mon, 13 Mar 2023 09:40:44 +0100 Subject: [PATCH] ttynvt version 0.16 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd7278d..a638f3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ttynvt],[0.15],[frj@thrane.eu]) +AC_INIT([ttynvt],[0.16],[frj@thrane.eu]) AM_INIT_AUTOMAKE([foreign dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])