From ac03781447669c65f4f19e34e3be2588ccc613e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Feb 2013 20:41:51 +0100 Subject: [PATCH] Revert "Bump version to 3.6.3.1" This reverts commit af6d11db895ab653b99608a4f50d45aaaaf4197f. --- NEWS | 10 ---------- configure.ac | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 76e5218fe..24e918fef 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,3 @@ -3.6.3.1 -======= -* Fix regression in reentrancy fix for 3.6.3 [Giovanni; #689295] - -Contributors: - Giovanni Campagna - -Translations: - Rafael Ferreira [pt_BR] - 3.6.3 ===== * recorder: Set frame duration to fix broken video headers [Adel; #688487] diff --git a/configure.ac b/configure.ac index 5a6721541..ce6fbe430 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.6.3.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.6.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])