summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-03-24 11:30:59 +0100
committerAlexander Larsson <alexl@redhat.com>2015-03-24 11:33:29 +0100
commitbc263f72aa2b7393fdf0ea1fcf3fef6f4f7cdc1b (patch)
tree2343e5d9b2f546b33db589bbd6d59791c625909c
parent68a169c13e94c0181cbd281c0d876b386e507d55 (diff)
Bump version to 0.150.15
-rw-r--r--Makefile.am2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index acf2ee9..c370b81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ STOCK_SUBS = chart code data form image io media navigation net object table tex
themedir = $(datadir)/icons/hicolor
dist_theme_DATA = index.theme
-EXTRA_DIST = COPYING README autogen.sh
+EXTRA_DIST = COPYING README NEWS autogen.sh
install-data-hook:
mkdir -p $(DESTDIR)$(themedir)
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..2eec2ec
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+New in 0.14:
+
+ * A new icon subdirectory symbolic/apps is available for symbolic
+ application icons. It similar to scalable, except it has a target
+ design size of 16, which is what symbolic icons use.
diff --git a/configure.ac b/configure.ac
index ed12c10..c60e576 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([hicolor-icon-theme], [0.14])
+AC_INIT([hicolor-icon-theme], [0.15])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar foreign])
AC_PROG_INSTALL