summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-06-05 18:04:40 -0700
committerBehdad Esfahbod <behdad@behdad.org>2018-06-05 18:04:40 -0700
commit37986aa9b7ac44b1c4c50ebba9902d06cc8a45e0 (patch)
tree8c19cffe910f4d5d9be45a3a32b0e301b9f8276e
parent9d3cd13c30d8df41a2f7ff6c4208a1b2d75ddd64 (diff)
downloadharfbuzz-1.8.0.tar.gz
1.8.01.8.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7eadeef4..3b63ff32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes leading to 1.8.0
+Tuesday, June 5, 2018
+====================================
+- Update to Unicode 11.0.0.
+
Overview of changes leading to 1.7.7
Tuesday, June 5, 2018
====================================
diff --git a/configure.ac b/configure.ac
index 153c9bc3..0061403c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.7.7],
+ [1.8.0],
[https://github.com/harfbuzz/harfbuzz/issues/new],
[harfbuzz],
[http://harfbuzz.org/])