From 0098896307571e35d9c8f9dc8888daf0d1a7398a Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 14 Oct 2024 21:15:30 +0100 Subject: [PATCH] bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b58721f..2815c1d 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.12.0],[https://github.com/switchbrew/switch-tools/issues]) +AC_INIT([switch-tools],[1.13.0],[https://github.com/switchbrew/switch-tools/issues]) AC_CONFIG_SRCDIR([src/build_pfs0.c]) AM_INIT_AUTOMAKE([subdir-objects])