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 d5efb9ab7..e6162b1ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+44.beta
+- fullcolor: use scalables instead of large bitmaps, using the app icon toolchain. #205
+- fullcolor: low res only at 16x16, lean onto the scalables for everything else
+- symbolic: updated rounded style
43
43.beta.1
- build: fix dist tarball creation (symlink issue) #206
diff --git a/configure.ac b/configure.ac
index ad644be5b..e2774c313 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], [43],
+AC_INIT([adwaita-icon-theme], [44.beta],
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])