diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-30 19:02:22 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-04-30 19:02:22 +0200 |
commit | 769e917fc0b330d5d19f93c050870f7bc6d5555a (patch) | |
tree | 0e367c3dec823eecb62ec50972f28487c2ed95ca | |
parent | b570ac71b7e037abbb7b14d246d5a37f0afd6ba8 (diff) |
Release version 3.9.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Changes in version 3.9.1 are: + * Fix implementation of LockService dbus method [#690466] + * Updated translations [nl] + * Build fixes + Changes in version 3.8.1 are: * Updated translations diff --git a/configure.ac b/configure.ac index 3994cacb..4d034ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.8.1) +AM_INIT_AUTOMAKE(gnome-keyring, 3.9.1) AC_CONFIG_HEADERS(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |