summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)