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 a565db0..9ee9ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
*******************
+* GUPnP IGD 0.1.9 *
+*******************
+
+- Set thread default main context
+
+*******************
* GUPnP IGD 0.1.8 *
*******************
diff --git a/configure.ac b/configure.ac
index d11b3e2..e5e8e82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-igd, 0.1.8.1, http://www.gupnp.org/)
+AC_INIT(gupnp-igd, 0.1.9, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
AM_CONFIG_HEADER(config.h)
diff --git a/libgupnp-igd/Makefile.am b/libgupnp-igd/Makefile.am
index c439784..c4f9032 100644
--- a/libgupnp-igd/Makefile.am
+++ b/libgupnp-igd/Makefile.am
@@ -4,7 +4,7 @@
# interfaces added -> increment AGE
# interfaces removed -> AGE = 0
-LTVERSION = 3:3:0
+LTVERSION = 3:4:0
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)