This commit is contained in:
fincs 2016-02-20 00:24:43 +01:00
parent 5a597fb870
commit 2da4f1b657
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# picasso Changelog
# v2.3
- Added `.constfa` for creating floating-point vector constant arrays.
- Fixed `.nodvle` bug.
# v2.2
- Added proper support for the MOVA instruction.

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([picasso],[2.2.0],[fincs.alt1@gmail.com])
AC_INIT([picasso],[2.3.0],[fincs.alt1@gmail.com])
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
AM_INIT_AUTOMAKE([1.10])