This commit is contained in:
Matthias Clasen 2015-09-22 18:50:33 -04:00
parent 0ab9d55fad
commit fa736997cc
2 changed files with 7 additions and 1 deletions

6
NEWS
View file

@ -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

View file

@ -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])