From e9be57241d848c5914874e1de28702e489da3491 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Tue, 27 May 2014 11:57:45 +0200 Subject: [PATCH] API version 0.2 less verbose --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2e79e4f..9d7a431 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Copyright (C) 2014 Tim Ruehsen +27.05.2014 Release V0.2.3 + * changed API version to 0.2 + 26.05.2014 Release V0.2.2 * changed code to C89 * added a few test cases diff --git a/configure.ac b/configure.ac index c304310..8615f71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([libpsl], [0.2.2], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) +AC_INIT([libpsl], [0.2.3], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define]) @@ -64,7 +64,7 @@ AS_IF([ test "$enable_man" != no ], [ # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any interfaces have been removed or changed since the last public release, then set age to 0. AC_SUBST([LIBPSL_SO_VERSION], [0:3:0]) -AC_SUBST([LIBPSL_API_VERSION], [0.2.2]) +AC_SUBST([LIBPSL_API_VERSION], [0.2]) # Check for idn2 AC_CHECK_PROG(HAVE_IDN2, idn2, yes, AC_MSG_ERROR(Cannot find required tool 'idn2'.))