summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 924f802..f36c613 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in dconf 0.19.92
+=========================
+
+ - depend on automake 1.11.2
+
+ - stop using ACLOCAL_FLAGS
+
+ - depend on released version of Vala (0.18.0)
+
Changes in dconf 0.19.91
=========================
diff --git a/configure.ac b/configure.ac
index 3d02835..4d0fa39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.19.91],
+ [0.19.92],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])