From b3a257b530ae0a5a0c9d10cfc14ae0a639c0f597 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 9 Jul 2020 01:15:31 +0100 Subject: [PATCH] next release is 1.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56991b2..842284f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([switch-tools],[1.7.0],[https://github.com/switchbrew/switch-tools/issues]) +AC_INIT([switch-tools],[1.7.1],[https://github.com/switchbrew/switch-tools/issues]) AC_CONFIG_SRCDIR([src/build_pfs0.c]) AM_INIT_AUTOMAKE([subdir-objects])