From a56706ac8db42841b4d23594e3f1ae2de8a0b561 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 19 May 2021 09:31:01 +0100 Subject: [PATCH] tex3ds: prep 2.1.1 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c6a54ea..e66ce57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([tex3ds], [2.1.0], [https://github.com/devkitPro/tex3ds/issues]) +AC_INIT([tex3ds], [2.1.1], [https://github.com/devkitPro/tex3ds/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([source/tex3ds.cpp])