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 c85be1ff..50ea316e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 3.14.0 are:
+ * Remove residual GTK+ usage
+ * Updated translations
+ * Build fixes
+
Changes in version 3.13.91 are:
* Initialize correctly with empty passwords during login [#736085]
* Don't use geteuid() to get UID for user in PAM module [#733418]
diff --git a/configure.ac b/configure.ac
index 5caa173b..fee25ab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(gnome-keyring,
- 3.13.91,
+ 3.14.0,
[gnome-keyring-list@gnome.org],
[gnome-keyring],
[https://wiki.gnome.org/Projects/GnomeKeyring])