From e8c5317a551a0144fa78a1af0db04b749023967b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 19 Feb 2013 13:19:48 -0500 Subject: [PATCH] release: prepare for 3.6.5 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f0b03ab..ff6f6989 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +3.6.5 +===== + +Distributors: use 3.6.5 instead of 3.6.4 +Fix regression rendering LibreOffice/OpenOffice.org entry backgrounds + 3.6.4 ===== diff --git a/configure.ac b/configure.ac index a1d4e7c3..11b6f1c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([gnome-themes-standard], [3.6.4], +AC_INIT([gnome-themes-standard], [3.6.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard]) AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip]) -- GitLab