We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34deb7f commit c82511eCopy full SHA for c82511e
NEWS
@@ -1 +1,4 @@
1
-Not much.
+1.0.3
2
+=====
3
+
4
+- Produce fine-grained cluster values, close to what icu-le does.
configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.56)
-AC_INIT(icu-le-hb, 0.0.0)
+AC_INIT(icu-le-hb, 1.0.3)
5
6
AC_CONFIG_SRCDIR([icu-le-hb.pc.in])
7
@@ -12,7 +12,7 @@ AC_PROG_CC
12
AC_PROG_CXX
13
AM_PROG_LIBTOOL
14
15
-PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.0.2)
+PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.0.3)
16
PKG_CHECK_MODULES(ICU, icu-uc)
17
18
AC_CONFIG_FILES([
0 commit comments