diff --git a/NEWS b/NEWS index 57c9b95..565f5cc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Copyright (C) 2014-2016 Tim Rühsen +02.03.2016 Release V0.13.0 + * Use tests.txt as PSL test file by default + * Slightly shorter DAFSA array when sorting input + * Check for python 2.7+ in configure.ac + * Fix python3 incompatibilities in make_dafsa.py + 02.01.2016 Release V0.12.0 * Load DAFSA binaries via psl_load_file() via auto-detection * Add more tests diff --git a/configure.ac b/configure.ac index 4179c68..1cb1828 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.12.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.13.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])