From aa94d576999d52f8814efea7cca1ba8d22394799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 14 Aug 2015 17:05:43 +0200 Subject: [PATCH] Release v0.8.1 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e429792..12b430c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Copyright (C) 2014 Tim Rühsen +14.08.2015 Release V0.8.1 + * Fix documentation + * Add syntax checking of tests_psl.txt + 06.08.2015 Release V0.8.0 * Add https://github.com/publicsuffix as git submodule * Support Debian 'Reproducible Builds' diff --git a/configure.ac b/configure.ac index 9dac12c..fdf14e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.8.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.8.1], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])