summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index efee94889..20f8d6906 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
+3.20
+ - win32 build fixes
+
3.19.91
- application-x-addon-symbolic
- win32 build fixes
- win32 grey shadows fixed (bug #763034)
+
3.19.90
- lighter fullcolor folders
- thicker stroke for non-starred-symbolic
diff --git a/configure.ac b/configure.ac
index 5d3957f40..1163b178a 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([adwaita-icon-theme], [3.19.91],
+AC_INIT([adwaita-icon-theme], [3.20],
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([index.theme.in])