From f85a558fc4a027381afcec04c86d8d46cbdeb606 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 15 Dec 2020 20:26:14 +0000 Subject: [PATCH] bump version for next release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 659becb..9dc12ef 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.8.0],[https://github.com/switchbrew/switch-tools/issues]) +AC_INIT([switch-tools],[1.9.0],[https://github.com/switchbrew/switch-tools/issues]) AC_CONFIG_SRCDIR([src/build_pfs0.c]) AM_INIT_AUTOMAKE([subdir-objects])