From a55b49d4092cdbe4aa7a22b5254c7c529904f23f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 9 May 2018 16:50:35 +0100 Subject: [PATCH] new version for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45aa527..231880f 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.1.0],[https://github.com/devkitPro/ndstool/issues]) +AC_INIT([ndstool],[2.1.1],[https://github.com/devkitPro/ndstool/issues]) AC_CONFIG_SRCDIR([source/banner.cpp]) AM_INIT_AUTOMAKE([subdir-objects])