diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-25 11:36:58 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-25 11:36:58 +0100 |
commit | 4508d21b83e24524ba47274e42d492e1e32ccf62 (patch) | |
tree | 608bc78cac4fa8fd125f4c5ba70d39da81c30194 | |
parent | af928b13a8c723030a5a04ea69ab6709207317b3 (diff) |
Release version 3.8.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Changes in version 3.8.0 are: + * Updated translations + Changes in version 3.7.92 are: * Update introspection data of Collection.SearchItems() [#695115] * Update the Item.Created and Item.Modified properties correctly [#695052] diff --git a/configure.ac b/configure.ac index d51a68c9..26fca0ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.7.92) +AM_INIT_AUTOMAKE(gnome-keyring, 3.8.0) AC_CONFIG_HEADERS(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |