summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb17e21c..658d8999 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.3.3
+=====
+
+Big theme revamp; better details and niceties all around \o/
+Theming for new horizontal GtkSpinButtons
+Implement border-only style for maximized windows
+Use an animated wallpaper changing troughout the day
+Better error messages for missing build dependencies
+
3.3.2
=====
diff --git a/configure.ac b/configure.ac
index d4237a67..32ce1635 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.3.2],
+AC_INIT([gnome-themes-standard], [3.3.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])