Skip to content

Commit 82cf7d9

Browse files
committed
v2.7.1
1 parent 03193c0 commit 82cf7d9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# picasso Changelog
22

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+
37
# v2.7
48

59
- Added `dst`, `litp` and `break` instructions (thanks to @Tilka).

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([picasso],[2.7.0],[https://github.com/devkitPro/picasso/issues])
5+
AC_INIT([picasso],[2.7.1],[https://github.com/devkitPro/picasso/issues])
66
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
77

88
AM_INIT_AUTOMAKE([subdir-objects])

0 commit comments

Comments
 (0)