From ad647397ef344d9a90510f322b280a647cefa3f1 Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 10 Dec 2019 23:38:21 +0100 Subject: [PATCH] Bump version for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2d55feb..87f8b35 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.6.0],[https://github.com/switchbrew/switch-tools/issues]) +AC_INIT([switch-tools],[1.6.1],[https://github.com/switchbrew/switch-tools/issues]) AC_CONFIG_SRCDIR([src/build_pfs0.c]) AM_INIT_AUTOMAKE([subdir-objects])