From 506688c2e2fe20f6ccc65bde6f17fae0ad2d654e Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 24 Sep 2018 21:11:07 +0100 Subject: [PATCH] Bump version to 3.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fb623fb..d4913a0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT(recode, 3.7, [rrt@sc3d.org]) +AC_INIT(recode, 3.7.1, [rrt@sc3d.org]) AC_CONFIG_SRCDIR(src/recode.c) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE -- 2.50.0