From 08439b5af0ea3b41841caa3a9e74ed9fe0b0c34b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 14 Jan 2016 20:46:57 +0100 Subject: [PATCH] Increase version to 0.10.2 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 32a3b75..636347e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 0.10.2 +============== + +• This release is fully compatible with previous one. There are only minimal +changes allowing to build without libcurl. + +• Compilation failed if libcurl support was disabled. This is fixed now. + Version 0.10.1 ============== diff --git a/configure.ac b/configure.ac index 95c542d..18dbd27 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libisds], [0.10.1], [petr.pisar@atlas.cz]) +AC_INIT([libisds], [0.10.2], [petr.pisar@atlas.cz]) AM_INIT_AUTOMAKE AC_LANG([C]) AC_CONFIG_SRCDIR([src/isds.c]) -- 2.11.4.GIT