From dfd5ae360f8ba826e940fa322f48674e97134c36 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 24 Sep 2019 09:06:43 +0200 Subject: [PATCH] Release 0.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 851c1904..d3ae45fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([profanity], [0.7.0], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.7.1], [jubalh@iodoru.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c])