diff --git a/NEWS b/NEWS index 7a1a9807..4efa29bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.9.90 +====== +* xrandr-indicator was removed, as the implementation + was incompatible with the new DisplayConfig mutter API +* various extensions were updated for the 3.9.90 gnome-shell API +* updated translations (cs, es, fur, gl, he, hu, id, ja, sl, tg, + zh_CN, zh_HK, zh_TW) + 3.9.5 ===== * alternative-status-menu was removed entirely, as diff --git a/configure.ac b/configure.ac index 714a2e7e..ae1b133f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.9.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.9.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])