diff --git a/NEWS b/NEWS index 9758a654d..01118f3c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.7.3.1 +======= +* Revert 490206b to not depend on NMGTK-0.9.7, which hasn't been released yet + 3.7.3 ===== * Add 'No Messages' label when message tray is empty [Victoria; #686738] diff --git a/configure.ac b/configure.ac index bd55e19f1..7b982b776 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.7.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.7.3.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])