From bc051ca6c9676a92458dde8039a0d0a32d1a796d Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 26 Mar 2016 14:03:11 +0100 Subject: [PATCH] v2.4 --- Changelog.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bf6ca71..70cbf0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # picasso Changelog +# v2.4 + +- Corrected MAD instruction encoding. +- Added command line flag for retrieving the picasso version. + # v2.3 - Added `.constfa` for creating floating-point vector constant arrays. diff --git a/configure.ac b/configure.ac index 05b0ff7..7c02ac9 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.3.0],[fincs.alt1@gmail.com]) +AC_INIT([picasso],[2.4.0],[fincs.alt1@gmail.com]) AC_CONFIG_SRCDIR([source/picasso_frontend.cpp]) AM_INIT_AUTOMAKE([1.10])