summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fb5f4cf..379cac8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.10.0
+======
+- Various fixes for the GStreamer 0.10 meta-data back-end.
+
+All contributors to this release:
+ Krzesimir Nowak <krnowak@openismus.com>
+ Jens Georg <mail@jensge.org>
+
0.9.5
=====
- Add --disable-maintainer-mode option.
diff --git a/configure.ac b/configure.ac
index 9bb344f..42725af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.9.6],
+ [0.10.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])