From 12e91b86e5e3db8a931e4ffb309504652c0fd576 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 7 Aug 2012 23:21:56 +0200 Subject: [PATCH] Bump version to 3.5.5 To go along GNOME Shell 3.5.5 --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 712ec9ef..47ea0b4a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ +3.5.5 +===== +* convenience module has been relicensed to BSD, + for compatibility with GPLv3 extensions +* alternate-tab has been refactored and seen various + improvements to all&thumbnails mode, including a new + overlaid application icon +* updated translations (lt, id, sr) + 3.5.4 ===== -* updates translations (de, es, ar, sl, lv, zh_CN) +* updated translations (de, es, ar, sl, lv, zh_CN) 3.5.2 ===== diff --git a/configure.ac b/configure.ac index 24a2f112..d909a5e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.5.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])