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])