From 85c7fa6483ac9b9645d90fe56fbe92e8714d2037 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 22 Aug 2013 10:06:36 +0200 Subject: [PATCH] Bump version to 3.9.90 To go along GNOME Shell 3.9.90 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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])