summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2014-10-13 17:14:33 -0400
committerShaun McCance <shaunm@gnome.org>2014-10-13 17:14:33 -0400
commit65438f09534c4abc5b968626f9b2547dfdd0503d (patch)
tree1b58ed3d5053a9c6cca93f43e17577ca63a32077
parent772643215db9c841ae31016b5e0fa12fca8ede61 (diff)
downloadyelp-tools-65438f09534c4abc5b968626f9b2547dfdd0503d.tar.gz
Version 3.14.13.14.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e0cb84..84b136a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.14.1
+======
+* yelp.m4: Fixed issues with make distcheck and install not running correclty
+ unless make is run first, #701959 and #738142 (Sebastian Geiger)
+
3.14.0
======
* Stable release. No changes since 3.13.3
diff --git a/configure.ac b/configure.ac
index d11b1d0..c6c8889 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.14.0],
+AC_INIT([yelp-tools], [3.14.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])