From: Zeeshan Ali (Khattak) Date: Wed, 1 Dec 2010 15:10:05 +0000 (+0200) Subject: Release 0.9.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80f0c79cfb85dac5673ea5f43f1aad5e077dd945;p=profile%2Fivi%2FGSSDP.git Release 0.9.1 --- diff --git a/NEWS b/NEWS index 35f97d6..94b117b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +0.9.1 +===== + +Another micro release in the unstable 0.9.x branch that brings in all new +fixes from the stable 0.8.2 release. + +All contributors to this release: + +Sven Neumann +Zeeshan Ali (Khattak) + 0.9.0 ===== diff --git a/configure.ac b/configure.ac index b462f0f..7facd3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gssdp, 0.9.0, http://www.gupnp.org/) +AC_INIT(gssdp, 0.9.1, http://www.gupnp.org/) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c) AM_CONFIG_HEADER(config.h)