diff --git a/NEWS b/NEWS index 601922e3..4212db1e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Copyright (C) 2014 Tim Rühsen +14.11.2014 Release V0.6.2 + * revoked commit from 0.6.1 to satisfy Travis-CI + 14.11.2014 Release V0.6.1 * include effective_tld_names.dat of date 04.11.2014 * fix pkg-config configuration diff --git a/configure.ac b/configure.ac index e777e9a1..da9936c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.6.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.6.2], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])