From 82cf7d95fe904bab54a69c723a9e21a06677f290 Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 16 Sep 2022 15:53:34 +0000 Subject: [PATCH] v2.7.1 --- Changelog.md | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 666ec9d..7549fc0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # picasso Changelog +# v2.7.1 + +- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience. + # v2.7 - Added `dst`, `litp` and `break` instructions (thanks to @Tilka). diff --git a/configure.ac b/configure.ac index 9e9fde4..8b98e9f 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([picasso],[2.7.0],[https://github.com/devkitPro/picasso/issues]) +AC_INIT([picasso],[2.7.1],[https://github.com/devkitPro/picasso/issues]) AC_CONFIG_SRCDIR([source/picasso_frontend.cpp]) AM_INIT_AUTOMAKE([subdir-objects])