From f45c672245c84a8c8ed8bbec7c6a93c542b20002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 Jul 2015 14:30:52 +0200 Subject: [PATCH] Bump version to 3.17.3 To go along GNOME Shell 3.17.3 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fccd38bb..3f7b0e3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +3.17.3 +====== +* window-list: Adjust with text-scaling-factor +* classic style updates +* updated translations (pt, ro) 3.17.2 ====== diff --git a/configure.ac b/configure.ac index 49c39ad1..27448473 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.17.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.17.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])