From 9ad990f3a06f67ef4da6779ba1efc82d09740f7e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 20 Aug 2012 20:52:30 +0200 Subject: [PATCH] Update for 3.5.90 release --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index be43b17..099b27a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Major changes in 3.5.90 are: +* Updated translations +* EggListBox converted from vala to C +* Fix icon for birthdays +* Minor notification themeing fixes + Major changes in 3.5.4.1 are: * Rebuilding due to 3.5.4 being built with a broken libtool * Bump libfolks dependency to 0.7.3 diff --git a/configure.ac b/configure.ac index 445a30e..dda160e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([gnome-contacts],[3.5.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts]) +AC_INIT([gnome-contacts],[3.5.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])