From 3ddcfb194a7c978a29d09035ad65bb64d7a26d69 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 24 Sep 2019 16:35:31 +0200 Subject: [PATCH] Set version to 0.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78d80e74..93134eb7 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])