summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-20 12:00:32 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-20 12:00:32 -0500
commit5d9c48f3de6277b56c86e7131d84a1b24f30d819 (patch)
treeade7cdaf046782c7d94cd2d281e974c7e8da130d
parent67f8cc81d4e604491c4eeb76daf93759ad959b7c (diff)
downloadgupnp-igd-5d9c48f3de6277b56c86e7131d84a1b24f30d819.tar.gz
Version 0.2.50.2.5
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec0d436..fe1d16a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
*******************
+* GUPnP IGD 0.2.5 *
+*******************
+
+- Update gtk-doc to newer version to fix build failures.
+
+*******************
* GUPnP IGD 0.2.4 *
*******************
diff --git a/configure.ac b/configure.ac
index effa1c3..f03921f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-igd, 0.2.4, http://www.gupnp.org/)
+AC_INIT(gupnp-igd, 0.2.5, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
AC_CONFIG_HEADERS(config.h)