This commit is contained in:
fincs 2017-06-10 16:02:00 +02:00
parent 4464084525
commit d72bf7585a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# picasso Changelog
# v2.6.2
- Fixed several compilation errors in some compilers.
# v2.6.1
- Reduced `mad` opdesc allocation errors by automatically swapping out of bounds opdesc entries with other ones in the addressable range (5 bits).

View File

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