diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Changes in version 3.7.1 are: + * Remove dependency on GTK+ + * Build fixes + Changes in version 3.6.1 are: * Fix regressions with keyring master password changing * Load schema for secret items correctly, prevents storing multiple times diff --git a/configure.ac b/configure.ac index ce0baf10..cf5c615d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.6.1) +AM_INIT_AUTOMAKE(gnome-keyring, 3.7.1) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |