v2.7.1
This commit is contained in:
parent
03193c0838
commit
82cf7d95fe
@ -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).
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user