From 049f7973da3cab179293dc2920cdc8a082f2dfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 30 Sep 2014 23:44:11 -0400 Subject: Version 0.2.4 --- NEWS | 6 ++++++ configure.ac | 2 +- libgupnp-igd/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e7fe01d..ec0d436 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +******************* +* GUPnP IGD 0.2.4 * +******************* + +- Add API to delete mapping by internal IP/port instead of the external one + ******************* * GUPnP IGD 0.2.3 * ******************* diff --git a/configure.ac b/configure.ac index edc6195..2b80804 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gupnp-igd, 0.2.3, http://www.gupnp.org/) +AC_INIT(gupnp-igd, 0.2.4, http://www.gupnp.org/) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h) AC_CONFIG_HEADERS(config.h) diff --git a/libgupnp-igd/Makefile.am b/libgupnp-igd/Makefile.am index 42e0bbe..fe020b5 100644 --- a/libgupnp-igd/Makefile.am +++ b/libgupnp-igd/Makefile.am @@ -4,7 +4,7 @@ # interfaces added -> increment AGE # interfaces removed -> AGE = 0 -LTVERSION = 5:1:1 +LTVERSION = 6:0:2 AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir) -- cgit v1.2.1