v2.2
This commit is contained in:
parent
d822bd4e26
commit
d97de2e8dc
@ -1,5 +1,11 @@
|
||||
# picasso Changelog
|
||||
|
||||
# v2.2
|
||||
|
||||
- Added proper support for the MOVA instruction.
|
||||
- Added support for inverting the condition in JMPU.
|
||||
- Fixed `lcnt` bug.
|
||||
|
||||
# v2.1
|
||||
|
||||
- Fixed input file open error message.
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([picasso],[2.1.0],[fincs.alt1@gmail.com])
|
||||
AC_INIT([picasso],[2.2.0],[fincs.alt1@gmail.com])
|
||||
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.10])
|
||||
|
Loading…
Reference in New Issue
Block a user