summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--libgupnp-igd/Makefile.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e7fe01d..ec0d436 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
*******************
+* 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)