summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-25 11:36:58 +0100
committerStef Walter <stefw@gnome.org>2013-03-25 11:36:58 +0100
commit4508d21b83e24524ba47274e42d492e1e32ccf62 (patch)
tree608bc78cac4fa8fd125f4c5ba70d39da81c30194
parentaf928b13a8c723030a5a04ea69ab6709207317b3 (diff)
Release version 3.8.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe4120ab..ad829326 100644
--- a/NEWS
+++ b/NEWS
@@ -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])])