From d1dec3d16ee5c2254962fe60834b54805e772526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 23 Sep 2015 14:52:04 +0200 Subject: [PATCH] Release v0.11.0 --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 267603c..b17e17e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Copyright (C) 2014-2015 Tim Rühsen +23.09.2015 Release V0.11.0 + * Add new function psl_check_version_number() + * Add version defines to include file + 19.09.2025 Release V0.10.0 * Code simplified * Less data entries, faster lookups diff --git a/configure.ac b/configure.ac index cf16859..c3cbd2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.10.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.11.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign]) @@ -85,7 +85,7 @@ PKG_PROG_PKG_CONFIG # 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0. -AC_SUBST([LIBPSL_SO_VERSION], [3:0:3]) +AC_SUBST([LIBPSL_SO_VERSION], [4:0:4]) AC_SUBST([LIBPSL_VERSION], $VERSION) # Check for enable/disable builtin PSL data