summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-21 17:53:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-07-21 17:56:45 -0400
commit7e4d41d55893f9ba85acf26fa3b5e3e66a0a63df (patch)
treef59c759fb93cbc716b5b49cfa3e6cfd0d90eb2d9
parentcb47645b80678791e9e73f999bee5e20ba05aed8 (diff)
3.13.4
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2eda743..e9406b79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.13.4
+======
+ - drop duplicate properties from metacity geometry
+ - keep a dummy gtk.css for Adwaita
+
3.13.3
======
- major code refactor using SASS
diff --git a/configure.ac b/configure.ac
index 3c86de7a..37c0dbcc 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.13.3],
+AC_INIT([gnome-themes-standard], [3.13.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AC_CONFIG_MACRO_DIR([m4])