From d7eb62fca268bf9d4de3a8e018bb95ede0e5bea9 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 19 Nov 2023 15:41:29 +0000 Subject: [PATCH] release 2.3.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aab68c6..38a1d2c 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([ndstool],[2.2.0],[https://github.com/devkitPro/ndstool/issues]) +AC_INIT([ndstool],[2.3.0],[https://github.com/devkitPro/ndstool/issues]) AC_CONFIG_SRCDIR([source/banner.cpp]) AM_INIT_AUTOMAKE([subdir-objects])