summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-22 18:50:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-22 18:50:33 -0400
commitfa736997cc7ec8df89458502c0a181090def64e9 (patch)
tree23ef070a6d33bf4d734890ff25be42c45662b8fd
parent0ab9d55fad1d4e7376e342b0318839a1d8a04717 (diff)
downloadgnome-contacts-fa736997cc7ec8df89458502c0a181090def64e9.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc59a40..0e36645 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.18.0:
+* Translation updates
+* Avoid dialogs from the search provider
+* Fix desktop file category
+* Support searching by phone number
+
Major changes in 3.16.1:
* Updated translations
diff --git a/configure.ac b/configure.ac
index 7b35889..fd6b217 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
AC_CONFIG_SRCDIR([src/main.vala])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])