diff --git a/NEWS b/NEWS index 67341fde8..e98fbfe26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.18.3 +====== +* Fix browser plugin crash in Firefox [Carlos; #737932, #757940] + +Contributors: + Carlos Garcia Campos + 3.18.2 ====== * Fix fullscreen animation glitches [Florian, Cosimo; #756697, #756714] diff --git a/configure.ac b/configure.ac index 1c65e3974..221b2c83c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.18.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.18.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h])