From b473a74c9d61e524398271f506d6fd42bbaff82c Mon Sep 17 00:00:00 2001 From: Liss Tarnell Date: Mon, 25 Sep 2017 13:25:23 +0100 Subject: [PATCH] configure.ac: bump version to D.84.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb16ad1..6c5bed9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([RT/TTS], [D.84.0], [felicity@loreley.flyingparchment.org.uk]) +AC_INIT([RT/TTS], [D.84.1], [ft@le-fay.org]) AC_CONFIG_SRCDIR([tts.c]) AC_CONFIG_HEADERS([config.h])