Update for 3.7.90 release

This commit is contained in:
Erick Pérez Castellanos 2013-02-18 16:30:24 -05:00
parent da878cd7f0
commit cdc3dad5df
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Major changes in 3.7.90 are:
* Added selection to contacts list
* Showing a contacts subset (main contacts vs all)
Major changes in 3.7.3 are:
* Use libgd
* New contact pane design

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.67])
AC_INIT([gnome-contacts],[3.7.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
AC_INIT([gnome-contacts],[3.7.90],[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])