From 2ad157dd2197d592e110ba367838e67a6f182770 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 26 Feb 2011 14:25:54 +0200 Subject: [PATCH] release: update news and date in manual --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- help/manual/C/gtk-doc-manual.xml | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9d6f04f..ca014d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +GTK-Doc 1.17 (Feb 16 2011) +============ + + Changes + + o 127049 : building reference documentation fails when builddir != srcdir + o 640241 : non-srcdir builds busted + + Contributors + + Daniel Mustieles + Javier Jardón + Stefan Kost + GTK-Doc 1.16 (Jan 14 2011) ============ diff --git a/configure.ac b/configure.ac index 44bbb88..64048ee 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Use a simple 2-digit version number for a while, since our old example dnl Makefile can only cope with that, i.e. use 1.1, 1.2, 1.3 ... 9.9. dnl FIXME: I can't see anything failing (1.14.1), lets try to use a three digit dnl number for the development version -m4_define(gtk_doc_version, 1.16.1) +m4_define(gtk_doc_version, 1.17) AC_INIT([gtk-doc], [gtk_doc_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc]) diff --git a/help/manual/C/gtk-doc-manual.xml b/help/manual/C/gtk-doc-manual.xml index ea3c031..4c863b4 100644 --- a/help/manual/C/gtk-doc-manual.xml +++ b/help/manual/C/gtk-doc-manual.xml @@ -77,10 +77,10 @@ - 1.16.1 - 17 Jan 2011 + 1.17 + 26 Feb 2011 sk - development version + urgent bug fix update 1.16 -- 2.11.4.GIT