From 9524576b0ff03116819d87d6e465ea069503b118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 14 Nov 2014 17:20:57 +0100 Subject: [PATCH] Release v0.6.2 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 601922e..4212db1 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 e777e9a..da9936c 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])