summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-03-18 16:24:25 -0400
committerShaun McCance <shaunm@gnome.org>2012-03-18 16:24:25 -0400
commit0dd26f245397b85bb26b08037a2870e185187548 (patch)
treebdfc722b79fb9b1ebde7925ad165ae34b3f9ae97
parentdfe3b7a070aa983dbdf0c0db364de8bce724ba33 (diff)
downloadgnome-doc-utils-0dd26f245397b85bb26b08037a2870e185187548.tar.gz
Version 0.20.80.20.8
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ea430b..cdb8faa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in 0.20.8:
+------------------
+* Don't call RNG files, removed in 0.20.7
+
Changes in 0.20.7:
------------------
* Use gawk --traditional option instead of -W compat (Hib Iris)
diff --git a/configure.in b/configure.in
index 0109892..89b5837 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.20.7],
+AC_INIT([gnome-doc-utils], [0.20.8],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],[AC_SUBST(AM_DEFAULT_VERBOSITY,1)])