summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf72dda..671c539 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.9.90
+======
+* yelp-build: Fix directionality issues for Mallard
+* yelp-check: Allow xml: attributes when validating in strict mode
+
3.9.1
=====
* Fixed BSD compatibility issue in calling mktemp
diff --git a/configure.ac b/configure.ac
index 118934b..3b6047c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.9.1],
+AC_INIT([yelp-tools], [3.9.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])