summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-11-21 10:01:55 -0500
committerShaun McCance <shaunm@gnome.org>2011-11-21 10:01:55 -0500
commit2a1437e38f684ff1488b7c8798caa933e9ef9563 (patch)
tree15ba51aa7c575baf3a1de747c4ffdeabb2ad405f
parent933dbdf7b77aa705c6f1fe17197274d2c18511f3 (diff)
downloadyelp-tools-2a1437e38f684ff1488b7c8798caa933e9ef9563.tar.gz
Version 3.3.13.3.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d5d07b0..885261c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.3.1
+=====
+* yelp.m4: Use stamp files to reduce rebuilds, #651252 #659421
+* yelp-check: Add hrefs command to test external links
+
3.2.1:
======
* yelp-check status: Accept commas as a delimiter for options (Shaun McCance)
diff --git a/configure.ac b/configure.ac
index cc6c44e..1e908f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.2.1],
+AC_INIT([yelp-tools], [3.3.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])