From d97de2e8dc12a68c00f9f50c6a57000d9f4272d6 Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 26 Jan 2016 13:36:40 +0100 Subject: [PATCH] v2.2 --- Changelog.md | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3436a21..018870a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/configure.ac b/configure.ac index 59e55ec..d897782 100644 --- a/configure.ac +++ b/configure.ac @@ -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])