diff --git a/NEWS b/NEWS index 7dca2f8..21874bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Major changes in 3.3.2 are: +* Polish details in the UI +* Work with latest vala master + Major changes in 3.3.1 are: * New design for the content pane * Undo and in-app notifications diff --git a/configure.ac b/configure.ac index 51cc1b5..b941b86 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([gnome-contacts],[3.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts]) +AC_INIT([gnome-contacts],[3.3.2],[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])