From 029a8118f181cd705cfee943c28b0de6b46776b9 Mon Sep 17 00:00:00 2001 From: Nils Ohlmeier Date: Thu, 7 Jan 2021 21:33:12 -0800 Subject: [PATCH] changed version to 0.9.8.1 --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c25d0e..4a5db01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* version 0.9.8 + - fixed issue #71 "local port is always zero" * version 0.9.8 - removed support for ruli - lots of internal refactoring to make sipsak compile with -fno-common (>= gcc-10) diff --git a/configure.ac b/configure.ac index 717c3ec..c4ce77d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([sipsak],[0.9.8],[github@ohlmeier.org]) +AC_INIT([sipsak],[0.9.8.1],[github@ohlmeier.org]) AM_INIT_AUTOMAKE([subdir-objects]) AM_MAINTAINER_MODE AC_CONFIG_SRCDIR([src/sipsak.c])