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])