This commit is contained in:
fincs 2022-09-16 15:53:34 +00:00
parent 03193c0838
commit 82cf7d95fe
2 changed files with 5 additions and 1 deletions

View File

@ -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).

View File

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