summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2023-02-17 16:21:23 +0100
committerJakub Steiner <jimmac@gmail.com>2023-02-17 16:21:23 +0100
commit93799ec82a8343a5523132eda3dd2aa1a5a7d4a3 (patch)
tree9de168b4a038c696d288481b0f97119f6b535fd6
parent3d33ab374a053bd27504c0b51d402f4578d92e7e (diff)
downloadadwaita-icon-theme-93799ec82a8343a5523132eda3dd2aa1a5a7d4a3.tar.gz
prepare for 44.beta release44.beta
-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])