From b22de1a3c0c8950c4ad4b4df170c89c05d3196aa Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 2 Jul 2024 10:46:06 +0100 Subject: [PATCH] release 1.3.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f3b2750..e15f937 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([wut-tools],[1.3.4],[https://github.com/devkitPro/wut-tools/issues]) +AC_INIT([wut-tools],[1.3.5],[https://github.com/devkitPro/wut-tools/issues]) AC_CONFIG_SRCDIR([src/elf2rpl/main.cpp]) AC_CONFIG_MACRO_DIR([m4])