We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03193c0 commit 82cf7d9Copy full SHA for 82cf7d9
2 files changed
Changelog.md
@@ -1,5 +1,9 @@
1
# picasso Changelog
2
3
+# v2.7.1
4
+
5
+- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
6
7
# v2.7
8
9
- Added `dst`, `litp` and `break` instructions (thanks to @Tilka).
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])
0 commit comments